adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Condition Class / WaitLimit Property


In This Topic
    WaitLimit Property (Condition)
    In This Topic
    Number of seconds to wait for the condition to be satisfied.
    Syntax
    'Declaration
     
    
    Public Property WaitLimit As Integer
    public int WaitLimit {get; set;}
    public:
    property int WaitLimit {
       int get();
       void set (    int value);
    }
    Remarks
    Set to 0 for no wait, or -1 for no wait limit (waits until condition is satisfied or job is canceled).
    See Also