Skip to content

ShellCmd

The plugin keeps track of the process by letting you assign a name to it and allows you to report on the status.

Members

string command[CommandName]

Tells you what command was run (w/ escaped backslashes)

string full[CommandName]

Tells you the full command (w/ escaped backslashes)

string status[CommandName]

Current status - Either Starting, Failed, Running, Unknown or Exit + code

bool kill[CommandName]

Kills the cmd process that was spawned and clears memory. Returns Success/Fail + Exit Code

This datatype is added by MQ2ShellCmd.