adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ProgramExecutionTask Class / MaxRunTime Property


In This Topic
    MaxRunTime Property (ProgramExecutionTask)
    In This Topic
    The maximum time (in seconds) this task is allowed to run
    Syntax
    'Declaration
     
    
    Public Property MaxRunTime As Integer
    public int MaxRunTime {get; set;}
    public:
    property int MaxRunTime {
       int get();
       void set (    int value);
    }
    Remarks
    Set to 0 (the default) for no limit. If the task exceeds the MaxRunTime, adTempus terminates it.
    See Also