Enum DeviceManagementEventStatusForCancel

  • All Implemented Interfaces:
    Serializable, Comparable<DeviceManagementEventStatusForCancel>

    public enum DeviceManagementEventStatusForCancel
    extends Enum<DeviceManagementEventStatusForCancel>
    The possible status used to cancel a device management co.ecg.alpaca.remote.event. It can be 'Pending', meaning that it is not yet queued for processing. It can be 'Queued', waiting to be processed. It can be 'In Progress', meaning that it is currently being processed. It can be 'Stale', meaning that it should currently be queued in the internal Device Management queue but is not.
    Author:
    AlpacaGenerator