Exit Timeout

Every call into the exit must either return or call the callback within a specified timeout period (60 seconds is the default value, if not overridden). If the exit does not do one of these within the timeout period, Optim™ will assume a hang or runaway condition has occurred and will terminate the exit.

You can override the timeout for the duration of a single call into the exit or periodically perform a “do nothing” callback to satisfy the timeout condition.

This setting is not persistent: you must reset it on each call into your exit, but it is valid for the duration of that exit point call.