Kernel 8.0 APIs Banner
Office of Information and Technology (OIT) Banner
[skip navigation]

$$COMCP^XPDUTL(): Complete Checkpoint

Reference Type: Supported, Category: KIDS, ICR#: 10141

Description

The $$COMCP^XPDUTL extrinsic function completes a checkpoint, in pre- or post-install routines during KIDS installations. Use this only to complete checkpoints that do not have call back routines. If the checkpoint has a call back routine, KIDS itself completes the checkpoint. You can only complete checkpoints that are for the same installation phase (pre-install or post-install) that you are currently in.

Use this API only for checkpoints with no call back. KIDS completes checkpoints that have a call back.

Format

  $$COMCP^XPDUTL(name)

Input Parameters

name:

(required) Checkpoint name.

Output

returns:

Returns:

  • 1—Successfully completed checkpoint.

  • 0—Error completing checkpoint.