adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / JobConditionOptions Enumeration


In This Topic
    JobConditionOptions Enumeration
    In This Topic
    Options that control the behavior of a ArcanaDevelopment.adTempus.Client.JobCondition.
    Syntax
    'Declaration
     
    
    <ComVisibleAttribute(True)>
    <GuidAttribute("8D5EFDA2-55C2-4764-940A-5D7278E4C177")>
    <FlagsAttribute()>
    Public Enum JobConditionOptions 
       Inherits System.Enum
    [ComVisible(true)]
    [Guid("8D5EFDA2-55C2-4764-940A-5D7278E4C177")]
    [Flags()]
    public enum JobConditionOptions : System.Enum 
    [ComVisible(true)]
    [Guid("8D5EFDA2-55C2-4764-940A-5D7278E4C177")]
    [Flags()]
    public enum class JobConditionOptions : public System.Enum 
    Members
    MemberValueDescription
    IgnoreChainedExecutionForDependent4 Ignores chained instances (run by Responses) when searching for the most recent instance of the dependent job (the job that has the condition)
    IgnoreChainedExecutionForTarget8 Ignores chained instances (run by Responses) when searching for matching instances of the target job
    IgnoreManualExecutionForDependent1 Ignores manually-executed instances when searching for the most recent instance of the dependent job (the job that has the condition)
    IgnoreManualExecutionForTarget2 Ignores manually-executed instances when searching for matching instances of the target job
    None0 No options specified
    Inheritance Hierarchy

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

    See Also