Skip to content

Process Timeouts

Aaron Wisner edited this page Jul 9, 2016 · 2 revisions

TODO

Set a process timeout with process.setTimeout(). If the processes service routine takes longer than this, the scheduler will automatically terminate that run through its service routine and call handleWarning() with ERROR_PROC_TIMED_OUT. Set no timeout with process.setTimeout(PROCESS_NO_TIMEOUT).

#Enabling Enable by uncommenting _PROCESS_TIMEOUT_INTERRUPTS in config.h

Clone this wiki locally