pjs.reclaimActivationGroup()



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

Reclaim activation group 'MINE'
pjs.reclaimActivationGroup("MINE");