
{
{  The purpose of this procedure is to process the job mode
{  request to send signals to a specified task's XCB.
{
{    TMP$MTR_SEND_SIGNAL (RB)
{
{  RB : (INPUT,OUTPUT) This parameter specifies the request block.
{
{  TYPE
{    TMT$RB_SEND_SIGNAL = RECORD
{      REQCODE,
{      STATUS,
{      TASK_ID,
{      SIGNAL,
{    RECEND;
{
{  REQCODE: (input) The value of this parameter is SYC$RC_SEND_SIGNAL.
{  STATUS: (output) This parameter specifies standard system status.
{  TASK_ID: (input) This parameter specifies the task in whose XCB the
{         signal is to be placed.
{  SIGNAL: (input) This parameter specifies the signal block.
{
