Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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

Parameters

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

Example

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