
{ The following type describes the kinds of statistics which are kept on NOS/VE system control.

  TYPE
    ost$terminate_continue_stats = (osc$idle_statistic, osc$step_statistic,
          osc$unstep_statistic, osc$resume_statistic, osc$terminate_statistic);

  TYPE
    ost$terminate_continue_record = RECORD
      date_time: ost$date_time,
      log_reason: syt$180_idle_code,
      log_statistic: ost$terminate_continue_stats,
      log_message: ost$string,
    RECEND;

*copyc ost$date_time
*copyc ost$string
*copyc syt$180_idle_code
