adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / JobStatusHelpers Class / ActiveStatuses Property

In This Topic
    ActiveStatuses Property
    In This Topic
    List of the JobState values that indicate an active instance
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property ActiveStatuses As JobState()
    public static JobState[] ActiveStatuses {get;}
    Remarks
    The following JobState values are included:
    • JobState.Starting
    • JobState.Running
    • JobState.Killing
    • JobState.Aborting
    • JobState.WaitingForCondition
    • JobState.WaitingForResource
    • JobState.Queued
    • JobState.AgentQueued
    • JobState.AgentDispatched
    See Also