rsc3/doc/help/server-command/n-run.help.scrbl

16 lines
416 B
Text
Raw Normal View History

2022-08-24 13:53:18 +00:00
#lang scribble/manual
@(require (for-label racket))
@title{/n_run Turn node on or off}
[
int - node ID
int - run flag
] * N
If the run flag set to zero then the node will not be executed. If
the run flag is set back to one, then it will be executed. Using
this method to start and stop nodes can cause a click if the node is
not silent at the time run flag is toggled.