adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / AgentSoftwareUpdateStatus Enumeration


In This Topic
    AgentSoftwareUpdateStatus Enumeration
    In This Topic
    Statuses for Remote Service updating.
    Syntax
    'Declaration
     
    
    Public Enum AgentSoftwareUpdateStatus 
       Inherits System.Enum
    public enum AgentSoftwareUpdateStatus : System.Enum 
    public enum class AgentSoftwareUpdateStatus : public System.Enum 
    Members
    MemberValueDescription
    None0 No status yet
    Unknown7 The status is unknown
    UpdateDispatched2 The update command has been sent to the Agent.
    UpdateFailed6 The update failed.
    UpdateInitiated4 The update has been initiated.
    UpdateQueued1 The update command has been queued for dispatch to the Agent.
    UpdateScheduled3 The Agent has scheduled the update for execution.
    UpdateSucceeded5 The update succeeded.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcanaDevelopment.adTempus.Shared.AgentSoftwareUpdateStatus

    See Also