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


In This Topic
    StaysTriggered Property
    In This Topic
    Determines whether the condition stays triggered (satisfied)
    Syntax
    'Declaration
     
    
    Public Property StaysTriggered As Boolean
    public bool StaysTriggered {get; set;}
    public:
    property bool StaysTriggered {
       bool get();
       void set (    bool value);
    }
    Remarks
    If true, adTempus stops evaluating the condition for the current instance of the job, even if other conditions remain to be satisfied. If false the condition gets reevaluated each time adTempus evaluates other conditions for the job.
    See Also