
{ The idle dispatching queue time has a unit of microseconds.

  TYPE
    jmt$idle_dispatching_queue_time = ost$free_running_clock;

{ The following constants define the range of values permitted on SCL
{ parameter definitions and the internal representation for the keyword,
{ UNLIMITED.  Idle dispatching queue time has a unit of microseconds
{ internally but is specified in seconds externally.
{
{ As long as the unlimited constant is defined as the upperbound of the
{ free running clock, there is no need to test the idle dispatching
{ queue time of a job for this unlimited value since this value
{ will never be reached.

  CONST
    jmc$lowest_idle_disp_q_time = 10 * 1000000, { microseconds
    jmc$highest_idle_disp_q_time = 36000 * 1000000, { microseconds
    jmc$unlimited_idle_disp_q_time = osc$free_running_clock_maximum;

*copyc ost$free_running_clock
