Enum Class DeviceManagementEventStatusInProgressOrPending

java.lang.Object
java.lang.Enum<DeviceManagementEventStatusInProgressOrPending>
co.ecg.alpaca.toolkit.generated.enums.DeviceManagementEventStatusInProgressOrPending
All Implemented Interfaces:
Serializable, Comparable<DeviceManagementEventStatusInProgressOrPending>, Constable

public enum DeviceManagementEventStatusInProgressOrPending extends Enum<DeviceManagementEventStatusInProgressOrPending>
The status of 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 'Process On Other Host', meaning that it is currently being processed on another host. It can be 'Stale', meaning that it should currently be queued in the internal Device Management queue but is not.
Author:
AlpacaGenerator