adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / JobStatusHelpers Class
Properties Methods

In This Topic
    JobStatusHelpers Class Members
    In This Topic

    The following tables list the members exposed by JobStatusHelpers.

    Public Properties
     NameDescription
    Public Propertystatic (Shared in Visual Basic)List of the JobState values that indicate an active instance  
    Public Propertystatic (Shared in Visual Basic)List of the JobState values that indicate a failure status.  
    Public Propertystatic (Shared in Visual Basic)List of the JobState values that indicate a the final status of an instance or step.  
    Public Propertystatic (Shared in Visual Basic)List of the JobState values that indicate an instance that is queued locally.  
    Public Propertystatic (Shared in Visual Basic)List of the JobState values that indicate an instance or step that was not run.  
    Public Propertystatic (Shared in Visual Basic)List of the JobState values that indicate a queued status.  
    Public Propertystatic (Shared in Visual Basic)List of the JobState values that indicate a success status.  
    Public Propertystatic (Shared in Visual Basic)List of the JobState values that indicate an instance that is waiting for something  
    Public Propertystatic (Shared in Visual Basic)List of the JobState values that indicate a warning status.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic) Gets a descriptive label for a job state.  
    Public Methodstatic (Shared in Visual Basic) Indicates whether a status represents a failure state  
    Public Methodstatic (Shared in Visual Basic) Indicates whether a status represents a final state  
    Public Methodstatic (Shared in Visual Basic) Indicates whether a status represents a queued state  
    Public Methodstatic (Shared in Visual Basic) Indicates whether a status represents a running state  
    Public Methodstatic (Shared in Visual Basic) Indicates whether a status represents a success state  
    Public Methodstatic (Shared in Visual Basic) Indicates whether a status represents a waiting state  
    Public Methodstatic (Shared in Visual Basic) Indicates whether a status represents a warning state  
    Top
    See Also