'Declaration
Public Enum AgentSoftwareUpdateStatus Inherits System.Enum
public enum AgentSoftwareUpdateStatus : System.Enum
public enum class AgentSoftwareUpdateStatus : public System.Enum
'Declaration
Public Enum AgentSoftwareUpdateStatus Inherits System.Enum
public enum AgentSoftwareUpdateStatus : System.Enum
public enum class AgentSoftwareUpdateStatus : public System.Enum
Member | Value | Description |
---|---|---|
None | 0 | No status yet |
Unknown | 7 | The status is unknown |
UpdateDispatched | 2 | The update command has been sent to the Agent. |
UpdateFailed | 6 | The update failed. |
UpdateInitiated | 4 | The update has been initiated. |
UpdateQueued | 1 | The update command has been queued for dispatch to the Agent. |
UpdateScheduled | 3 | The Agent has scheduled the update for execution. |
UpdateSucceeded | 5 | The update succeeded. |
System.Object
System.ValueType
System.Enum
ArcanaDevelopment.adTempus.Shared.AgentSoftwareUpdateStatus