adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Job Class / Steps Property


In This Topic
    Steps Property (Job)
    In This Topic
    The steps to execute for this job
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Steps As JobStepCollection
    public JobStepCollection Steps {get;}
    public:
    property JobStepCollection^ Steps {
       JobStepCollection^ get();
    }
    Remarks

    The step's StepNumber is assigned based on the step's order in this collection, and that is the default order for execution. To change a step's order in the collection, remove it and then insert it in the correct location.

    See Also