adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / JobTriggerOptions Enumeration


In This Topic
    JobTriggerOptions Enumeration
    In This Topic
    Options that control the behavior of a ArcanaDevelopment.adTempus.Client.JobTrigger.
    Syntax
    'Declaration
     
    
    <FlagsAttribute()>
    Public Enum JobTriggerOptions 
       Inherits System.Enum
    [Flags()]
    public enum JobTriggerOptions : System.Enum 
    [Flags()]
    public enum class JobTriggerOptions : public System.Enum 
    Members
    MemberValueDescription
    None0 No options specified
    ReevaluateTriggers8 When specified, each target is re-evaluated before the job is triggered (when there are multiple targets). If ReevaluateTriggers is not specified, a target is not re-evaluated once it has been satisfied.
    WaitForAll4 Specifies that the trigger fires only when all JobTriggerTarget rules have been met. If this option is not set, the job is triggered when any rule is satisfied.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcanaDevelopment.adTempus.Shared.JobTriggerOptions

    See Also