stop_button
cmd.stop_button boolean { true | false }
Description
When true, the stop button has been clicked. Set this flag to false using setvar to clear it.
GUI Equivalent
Examples
getvar cmd.stop_button
setvar cmd.stop_button true
Related Topics
Space-based Router Tcl Environment Variables
Interactive Environment
Return to top