adTempus API
ArcanaDevelopment.adTempus.Client Namespace / JobAgentJoin Class / CurrentStep Property


In This Topic
    CurrentStep Property
    In This Topic
    The current step being executed (or last step, if the job has finished)
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CurrentStep As Integer
    public int CurrentStep {get;}
    public:
    property int CurrentStep {
       int get();
    }
    See Also