scripting:api:script-output-pane:on-output-command

onOutputCommand

onCommand handler (function)

Read-Write Property of type VARIANT

var Action = ScriptOutputPane.onOutputCommand;
ScriptOutputPane.onOutputCommand = Action;
Action = ScriptOutputPane.onOutputCommand
ScriptOutputPane.onOutputCommand = Action
VARIANT Action;
HRESULT hr = ScriptOutputPane.get_onOutputCommand(&Action);
hr = ScriptOutputPane.put_onOutputCommand(Action);