--- doc/docbase/instrument_scripts/nksp/reference/functions/nksp_stop_wait_function.html 2017/05/28 15:44:06 3232 +++ doc/docbase/instrument_scripts/nksp/reference/functions/nksp_stop_wait_function.html 2017/05/28 16:09:56 3233 @@ -37,15 +37,15 @@ ??flags?? Integer Number Additional options:
- 0: No additional option. Just resume the requested currently + 0: No additional option. Just resume the requested currently suspended event handler instance.
- 1: Not only resume the currently suspended event handler + 1: Not only resume the currently suspended event handler instance, but also let it ignore all subsequent wait() calls. Be very careful when using this option! The resumed handler's built-in variable $NKSP_IGNORE_WAIT will reflect 1 after this call. So the resumed script may read this variable to act accordingly.
- [optional, default: 0] + [optional, default: 0]