



{ The task time slice has a unit of microseconds.

  TYPE
    jmt$task_time_slice = ost$task_time_slice;

{ The following constants define the range of values permitted on SCL
{ parameter definitions.

  CONST
    jmc$lowest_task_time_slice = 1,
    jmc$highest_task_time_slice = 100;

*copyc ost$task_time_slice
