*copyc osc$base_exception
?? NEWTITLE := 'OSE$SYSTEM_TASK_EXCEPTIONS: System Task exceptions: 210020 - 210029', EJECT ??

  CONST
    ose$system_task_not_defined = osc$base_exception + 20,
    {E The system task +P is not defined.}

    ose$system_task_already_defined = osc$base_exception + 21,
    {E The system task +P is already defined.}

    ose$system_task_not_active = osc$base_exception + 22,
    {E The system task +P is not active.}

    ose$system_task_active = osc$base_exception + 23,
    {E The system task +P is currently active.}

    ose$system_task_still_running = osc$base_exception + 24,
    {E The system task +P has not terminated following deactivation.}

    ose$exec_ring_below_min_ring = osc$base_exception + 25,
    {E The specified EXECUTION_RING is less than the user's validated minimum
    { ring.}

    ose$task_not_under_oper_control = osc$base_exception + 26,
    {E The system task +P cannot be controlled via the command +P.}

    ose$terminated_by_idle_system = osc$base_exception + 27,
    {E The system task +P was terminated by an IDLE_SYSTEM or a
    { TERMINATE_SYSTEM command.}

    ose$not_system_job_monitor = osc$base_exception + 28;
    {E Only the system job monitor task may use +P.}

?? OLDTITLE ??
