adTempus API
ArcanaDevelopment.adTempus.ApplicationIntegration Namespace / IScriptParameters Interface / StepStatus Property


In This Topic
    StepStatus Property
    In This Topic
    The current status of the step.
    Syntax
    'Declaration
     
    
    ReadOnly Property StepStatus As Nullable(Of JobState)
    Nullable<JobState> StepStatus {get;}
    property Nullable<JobState> StepStatus {
       Nullable<JobState> get();
    }
    See Also