interruptCheckInterval
ui interruptCheckInterval int interval
Description
Sets the interrupt interval for Ctrl+C. The default value is 500 milliseconds and the range of values can vary from 100 to 1000 milliseconds.
If
Ctrl+C does not work, Shift+Ctrl+C may be used to interrupt the execution of the current command. However, using Shift+Ctrl+C is more likely to leave virtuoso in an undetermined state.GUI Equivalent
Examples
envGetVal("ui" "interruptCheckInterval")
envSetVal("ui" "interruptCheckInterval" 'int 200)
Related Topics
Return to top