adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Job 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. Reserved for future use: this parameter currently has no effect
Optional audit record for change log and snapshot.


In This Topic
    UpdateHoldType Method (Job)
    In This Topic
    Updates the HoldType for the Job 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. Reserved for future use: this parameter currently has no effect
    auditRecord
    Optional audit record for change log and snapshot.
    Remarks

    This method is equivalent to setting the HoldType and then calling Save. It makes an immediate server call to update the HoldType and no Save is required. The caller must have Modify or Hold/Release permission for the job.

    See Also