/[svn]/doc/docbase/instrument_scripts/nksp/reference/functions/nksp_stop_wait_function.html
ViewVC logotype

Diff of /doc/docbase/instrument_scripts/nksp/reference/functions/nksp_stop_wait_function.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3232 by schoenebeck, Sat May 20 14:27:01 2017 UTC revision 3233 by schoenebeck, Sun May 28 16:09:56 2017 UTC
# Line 37  stop_wait(??callback-id??, [??flags??]) Line 37  stop_wait(??callback-id??, [??flags??])
37          <td><code>??flags??</code></td>          <td><code>??flags??</code></td>
38          <td>Integer Number</td>          <td>Integer Number</td>
39          <td>Additional options:<br>          <td>Additional options:<br>
40              0: No additional option. Just resume the requested currently              <code>0</code>: No additional option. Just resume the requested currently
41                 suspended event handler instance.<br>                 suspended event handler instance.<br>
42              1: Not only resume the currently suspended event handler              <code>1</code>: Not only resume the currently suspended event handler
43                 instance, but also let it ignore all subsequent                 instance, but also let it ignore all subsequent
44                 <code>wait()</code> calls. Be very careful when using this option!                 <code>wait()</code> calls. Be very careful when using this option!
45                 The resumed handler's built-in variable <code>$NKSP_IGNORE_WAIT</code>                 The resumed handler's built-in variable <code>$NKSP_IGNORE_WAIT</code>
46                 will reflect <code>1</code> after this call. So the resumed script                 will reflect <code>1</code> after this call. So the resumed script
47                 may read this variable to act accordingly.<br>                 may read this variable to act accordingly.<br>
48              [optional, default: 0]</td>              [optional, default: <code>0</code>]</td>
49        </tr>        </tr>
50      </table>      </table>
51            

Legend:
Removed from v.3232  
changed lines
  Added in v.3233

  ViewVC Help
Powered by ViewVC