adTempus API
ArcanaDevelopment.adTempus.Client Namespace / RemoteAgent Class / UpdateStatus Property


In This Topic
    UpdateStatus Property
    In This Topic
    Gets the status of the software update process if an update from the Master has been initiated
    Syntax
    'Declaration
     
    
    Public ReadOnly Property UpdateStatus As AgentSoftwareUpdateStatus
    public AgentSoftwareUpdateStatus UpdateStatus {get;}
    public:
    property AgentSoftwareUpdateStatus UpdateStatus {
       AgentSoftwareUpdateStatus get();
    }
    See Also