Terminate Tool Job command¶
Summary¶
Terminates the currently running tool job.
Description¶
Terminates the currently running tool job. This command terminates all processes spawned by an external tool using the Output Bar.
How to Run¶
Default Menu: Tools > External Tools > Terminate Tool Job
All Commands: Tools > Terminate Tool Job
Toolbar: None
Status Bar: None
Default Shortcut Key: CTRL+BREAK
Plug-in Command ID¶
EEID_TERMINATE_TOOL (4451)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(4451);
[VBScript]¶
editor.ExecuteCommandByID 4451