{ The following type describes the possible status' of a system task.

  TYPE
    syt$system_task_status = (syc$sts_ok, syc$sts_idle_down_in_progress,
          syc$sts_deactivate_requested);

