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();
See Also