adTempus API
ArcanaDevelopment.adTempus.Client Namespace / JobAgentJoin Class / Status Property


In This Topic
    Status Property (JobAgentJoin)
    In This Topic
    The status (state) of the current or most recent instance
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Status As JobState
    public JobState Status {get;}
    public:
    property JobState Status {
       JobState get();
    }
    Remarks
    If there is currently more than one active instance, use GetExecutionHistory to get details about the instances.
    See Also