
{Job Active Set Table. This lives in the job pageable heap.

  TYPE
    stt$job_active_set_table = record
      table: array [ * ] of stt$job_active_set_entry,
    recend;

*copyc stt$job_active_set_entry
