Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • For shell jobs
    • in Unix environments the task is sent a SIGTERM signal and after expiration of the timeout a SIGKILL signal is s
      entsent.
    • in Windows environments the timeout is ignored.
  • For API jobs
    • the method spooler_process() of the respective job will not be called by JobScheduler any more.
    • should the job not complete its spooler_process() method within the timeout then the task will be killed.

...