We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TODO
Process can raise and catch custom exceptions using raiseException() and handleException().
raiseException()
handleException()
Return true from handleException() to catch the Exception, otherwise scheduler.handleException() will be called to catch the exception.
scheduler.handleException()
Enable by uncommenting _PROCESS_EXCEPTION_HANDLING in config.h
_PROCESS_EXCEPTION_HANDLING