adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Job Class / HoldType Property


In This Topic
    HoldType Property (Job)
    In This Topic
    The hold type for the job
    Syntax
    'Declaration
     
    
    Public Property HoldType As HoldType
    public HoldType HoldType {get; set;}
    public:
    property HoldType HoldType {
       HoldType get();
       void set (    HoldType value);
    }
    Remarks
    If the job's Group or Queue is held, setting a different HoldType here will not override the Group and/or Queue. That is, you cannot override a hold state applied at the Group or Queue level. Use GetEffectiveHoldType to determine the effective hold type, factoring in the hold type of the group and queue.
    See Also