adTempus API
ArcanaDevelopment.adTempus.Client Namespace / JobGroup Class / UpdateHoldType Method
The new setting for the object's HoldType
Indicates how missed executions will be treated if the HoldType.DisableTriggers flag is being turned off.
Optional audit record for change log and snapshot.
New setting for the group's AllowHoldTypeOverride. Set to a null reference (Nothing in Visual Basic) to keep the current setting.
New setting for the group's InheritHoldType. Set to a null reference (Nothing in Visual Basic) to keep the current setting.


In This Topic
    UpdateHoldType Method (JobGroup)
    In This Topic
    Updates the HoldType for the Group immediately.
    Syntax

    Parameters

    newValue
    The new setting for the object's HoldType
    missedJobOptions
    Indicates how missed executions will be treated if the HoldType.DisableTriggers flag is being turned off.
    auditRecord
    Optional audit record for change log and snapshot.
    allowOverride
    New setting for the group's AllowHoldTypeOverride. Set to a null reference (Nothing in Visual Basic) to keep the current setting.
    inherit
    New setting for the group's InheritHoldType. Set to a null reference (Nothing in Visual Basic) to keep the current setting.
    Remarks
    This method makes an immediate server call to update the HoldType. No Save is required. The caller must have Modify or Hold/Release permission.
    See Also