
{
{    The purpose of this request is to terminate the execution of a
{  previously executed task.  The task being terminated must have been
{  executed by the task issuing the request.  All tasks executed by the
{  task being terminated will be terminated as well.  Control is returned
{  to the requestor when the task has terminated.
{
{        PMP$TERMINATE (TASK_ID, STATUS)
{
{  TASK_ID: (input) This parameter specifies the system supplied identifier
{        of the task to be terminated.  This identifier is returned by
{        the PMP$EXECUTE request.
{
{  STATUS: (output) This parameter specifies the request status.
{       CONDITIONS: pme$task_not_current_child, pme$invalid_task_id
{       IDENTIFIER: 'PM'
{
