*copyc osc$base_exception
?? NEWTITLE := 'Multiprocessing Exceptions : ''OS'' 10 .. 19', EJECT ??

  CONST
    ose$job_has_active_child_tasks = osc$base_exception + 10,
    {E The job has active child tasks; +P }

    ose$multiprocessing_already_on = osc$base_exception + 11,
    {W Multiprocessing capabilities for job are already on; +P }

    ose$not_called_by_job_monitor = osc$base_exception + 12,
    {E Command was not called by job monitor: +P }

    ose$no_processor_selected = osc$base_exception + 13,
    {E No specific processor was chosen for the job; +P not executed }

    ose$processor_not_defined = osc$base_exception + 14,
    {E The processor is not defined in this configuration; +P not executed }

    ose$processor_not_on = osc$base_exception + 15,
    {E +P cannot select a processor that is down, off, dedicated to NOS, or not yet enabled for production }

    ose$no_multiprocessing_observed = osc$base_exception + 16,
    {E No multiprocessing was observed. }

    ose$no_multiprocessing_possible = osc$base_exception + 17,
    {E Multiprocessing is not possible on a single processor system. }

    ose$keypoint_not_active_on_proc = osc$base_exception + 18,
    {E Keypoint collection is not active on this processor. }

    ose$keypoint_active_on_proc = osc$base_exception + 19;
    {E Keypoint collection is active--can not deselect a processor.}
?? OLDTITLE ??

