
{
{  The purpose of this procedure is to process the job mode
{  request to suspend execution of the current task until the
{  specified time has expired or an event has occured.  However
{  execution of the task is not suspended if the WAIT INHIBITED
{  flag is set in the XCB.
{
{    TMP$MTR_WAIT (RB)
{
{  RB : (INPUT,OUTPUT) This parameter specifies the request block.
{
{  TYPE
{    TMT$RB_WAIT_SIGNAL = RECORD
{      REQCODE,
{      STATUS,
{      REQUESTED_WAIT_TIME,
{      EXPECTED_WAIT_TIME,
{    RECEND;
{
{  REQCODE: (input) The value of this parameter is SYC$RC_WAIT.
{  STATUS: (output) This parameter specifies the standard monitor status.
{  REQUESTED_WAIT_TIME: (input) This parameter specifies the maximum amount
{      of time to wait before resuming execution.
{  EXPECTED_WAIT_TIME: (input) This parameter specifies the expected amount
{      of time to wait before resuming execution.
{
