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