Function EventDriverCore.clearExitFlag
Resets the exit flag.
abstract void clearExitFlag() nothrow @safe;
processEvents
will automatically reset the exit flag before it returns
with ExitReason
. However, if exit
is called outside of
processEvents
, the next call to processEvents
will return with
ExitCode
immediately. This function can be used to avoid this.