adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ExecutionHistoryItem Class / LastStepNumber Property


In This Topic
    LastStepNumber Property
    In This Topic
    The step number of the step currently executing, or the last step executed if the instance is not currently executing.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property LastStepNumber As Integer
    public int LastStepNumber {get;}
    public:
    property int LastStepNumber {
       int get();
    }
    Remarks
    Will be 0 if the information is not available or if no steps were executed.
    See Also