adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Job Class / GetEffectiveHoldType Method


In This Topic
    GetEffectiveHoldType Method (Job)
    In This Topic
    Gets the effective HoldType for the job (combining the HoldType for the job, queue, and group hierarchy).
    Syntax
    'Declaration
     
    
    Public Function GetEffectiveHoldType() As HoldType
    public HoldType GetEffectiveHoldType()
    public:
    HoldType GetEffectiveHoldType(); 
    Remarks
    The job's HoldType can be overridden by the hold type of the parent group(s) and the queue that the job belongs to. GetEffectiveHoldType looks at the settings for all of them to determine the hold type that currently applies to the job.
    See Also