adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ConditionStatus Class / StepNumber Property


In This Topic
    StepNumber Property (ConditionStatus)
    In This Topic
    Gets the step number with which this status is associated.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property StepNumber As Integer
    public int StepNumber {get;}
    public:
    property int StepNumber {
       int get();
    }
    Remarks
    Returns 0 if this is a job-level condition (ExecutionHistoryStep is also null)
    See Also