
  TYPE
    ost$system_task_display_data = array [1 .. * ] of
          ost$system_task_display_item,

    ost$system_task_display_item = record
      task_name: ost$name,
      automatic_restart: boolean,
      deactivate_task_option: ost$termination_type,
      idle_task_option: ost$termination_type,
      restart_after_idle: boolean,
      spy_identifier: pmt$spy_identifier,
      execution_ring: ost$valid_ring,
      active: boolean,
      task_status: pmt$task_status,
    recend;

?? PUSH (LISTEXT := ON) ??
*copyc ost$name
*copyc ost$termination_type
*copyc pmt$spy_identifier
*copyc osd$virtual_address
*copyc pmt$task_status
?? POP ??
