
*IF $true(osv$unix)

{ This is a millisecond value, up to 20 hours.

  TYPE
    jmt$long_wait_think_time = 0 .. jmc$high_long_wait_think_time;

*ELSE

{ This is a microsecond value, up to 20 hours.

  TYPE
    jmt$long_wait_think_time = 0 .. jmc$high_long_wait_think_time * 1000;

*IFEND

{ The following constants define the range of values permitted on SCL
{ parameter definitions.  The value is specified in milliseconds on the
{ scheduling commands.

  CONST
    jmc$low_long_wait_think_time = 0,
    jmc$high_long_wait_think_time = 864400000;
