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

$$VERCP^XPDUTL(): Verify Checkpoint

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

Description

The $$VERCP^XPDUTL extrinsic function checks whether a given checkpoint exists and, if it exists, whether it has completed or not during KIDS installations.

Use this API only for checkpoints with no call back.

During the pre-install, you can only verify pre-install checkpoints; during the post-install, you can only verify post-install checkpoints.

Format

  $$VERCP^XPDUTL(name)

Input Parameters

name:

(required) Checkpoint name.

Output

returns:

Returns:

  • 1—Checkpoint has completed.

  • 0—Checkpoint has not completed but exists.

  • -1—Checkpoint does not exist.