
{
{    The purpose of this request is to suspend execution of the requesting
{  task until another task has terminated.  The requesting task can only
{  wait for termination of tasks that it has executed.
{
{        PMP$AWAIT_TASK_TERMINATION (TASK_ID, STATUS)
{
{  TASK_ID: (input) This parameter specifies the system supplied identifier
{        of the task the termination of which is to be awaited.  This
{        identifier is returned by the PMP$EXECUTE request.
{
{  STATUS: (output) This parameter specifies request status.
{       CONDITIONS: pme$invalid_task_id
{       IDENTIFIER: 'PM'
{
