adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / ConditionState Enumeration


In This Topic
    ConditionState Enumeration
    In This Topic
    The status of a job or step condition.
    Syntax
    'Declaration
     
    
    Public Enum ConditionState 
       Inherits System.Enum
    public enum ConditionState : System.Enum 
    public enum class ConditionState : public System.Enum 
    Members
    MemberValueDescription
    Disabled3 The condition is disabled in the job definition
    Error7 The condition failed to execute correctly
    Invalid8 The condition has invalid settings
    NotChecked0 The condition has not been checked
    NotSatisfied9 The condition has been evaluated and is not satisfied
    Satisfied2 The condition has been satisfied
    Skipped5 The condition was skipped because the user forced the job to continue execution
    Suppressed4 The condition was suppressed through execution options
    TimedOut6 The wait limit for the condition was exceeded
    Waiting1 adTempus is waiting for the condition
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcanaDevelopment.adTempus.Shared.ConditionState

    See Also