
  TYPE
    ost$system_task_data_criteria = record
      case all_tasks: boolean of
      = FALSE =
        task_name: ost$name,
      = TRUE =
        { }
      casend,
    recend;

?? PUSH (LISTEXT := ON) ??
*copyc ost$name
?? POP ??
