adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / JobStatusHelpers Class / NotExecutedStatuses Field


In This Topic
    NotExecutedStatuses Field
    In This Topic
    List of the JobState values that indicate an instance or step that was not submitted for execution.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly NotExecutedStatuses As JobState()
    public static readonly JobState[] NotExecutedStatuses
    public:
    static readonly array<JobState>^ NotExecutedStatuses
    See Also