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


In This Topic
    MaxRunTime Property (Script)
    In This Topic
    The maximum time (in seconds) this script 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 for no limit

    If the MaxRunTime is exceeded, adTempus will terminate the script.

    See Also