adTempus API
ArcanaDevelopment.adTempus.Client Namespace / JobQueue Class / AllowHoldTypeOverride Property


In This Topic
    AllowHoldTypeOverride Property (JobQueue)
    In This Topic
    Determines whether jobs in the queue can override the HoldType
    Syntax
    'Declaration
     
    
    Public Property AllowHoldTypeOverride As Boolean
    public bool AllowHoldTypeOverride {get; set;}
    public:
    property bool AllowHoldTypeOverride {
       bool get();
       void set (    bool value);
    }
    Remarks
    If AllowHoldTypeOverride is false, jobs in the queue can have a more-restrictive HoldType but not a less-restrictive HoldType. If AllowHoldTypeOverride is true, jobs can choose whether to inherit the setting from the queue (by using InheritHoldType).
    See Also