Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Deletes a specified activation group and frees the resources that are scoped to it, including file open instances, SQL cursors, exported fields, and data area locks.

Parameters

  1. Activation group name - The name of the activation group to reclaim.

Example

Code Block
titleReclaim activation group 'MINE'
pjs.reclaimActivationGroup("MINE");