adTempus API
ArcanaDevelopment.adTempus.Client Namespace / JobControlAction Class / RestartDelay Property


In This Topic
    RestartDelay Property
    In This Topic
    The delay (in seconds) before restarting the job or step
    Syntax
    'Declaration
     
    
    Public Property RestartDelay As Integer
    public int RestartDelay {get; set;}
    public:
    property int RestartDelay {
       int get();
       void set (    int value);
    }
    Remarks
    See Also