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


In This Topic
    StepExecutionRule Property
    In This Topic
    Determines how Steps will be executed
    Syntax
    'Declaration
     
    
    Public Property StepExecutionRule As StepExecutionSequence
    public StepExecutionSequence StepExecutionRule {get; set;}
    public:
    property StepExecutionSequence StepExecutionRule {
       StepExecutionSequence get();
       void set (    StepExecutionSequence value);
    }
    See Also