{
{ IFP$SEND_INTERRUPT_CONDITION:
{
{   The purpose of this request is to send the interactive interrupt
{ condition to a task.  If the specified task is not present, an error
{ will be returned.  The interrupt condition has no effect on the
{ processing of interactive input and output that occurs with other
{ interactive conditions.  The interrupt condition may be sent in a
{ non-interactive job.  The "ifc$interrupt" condition code is defined
{ in a deck with the same name.
{
{       IFP$SEND_INTERRUPT_CONDITION (TASK_ID, STATUS)
{
{ TASK_ID: (Input) This parameter specifies the task_id of the task that
{       is to receive the interrupt condition.  The task_id is provided by
{       the pmp$execute request at the time a task is started.  If no task
{       with the specified task_id is presend, an error will be returned.
{
{ STATUS: (Output) This parameter returns the request status.
{
{        CONDITIONS: pme$invalid_task_id
{                    pme$unknown_task_id
{
{        IDENTIFIER: pmc$program_management_id
{
