adTempus API
ArcanaDevelopment.adTempus.Client Namespace / JobExecutionSettings Class / StepsToExecute Property


In This Topic
    StepsToExecute Property
    In This Topic
    Specifies the step(s) to execute
    Syntax
    'Declaration
     
    
    <NotNullAttribute()>
    Public ReadOnly Property StepsToExecute As Collection(Of OID)
    [NotNull()]
    public Collection<OID> StepsToExecute {get;}
    [NotNull()]
    public:
    property Collection<OID^>^ StepsToExecute {
       Collection<OID^>^ get();
    }
    Remarks

    Leave empty to execute all steps. To execute only one or more steps of the job, add their OIDs to the collection.

    The order of items in this collection does not matter: the steps will still be executed in their defined order in the job, but steps not included in this collection will be skipped.

    See Also