Method | Description | |
---|---|---|
CancelMacro ( ) : ConsoleExecuteResult | ||
Example ( string command ) : ConsoleExecuteResult | ||
Exit ( ) : ConsoleExecuteResult | ||
Help ( ) : ConsoleExecuteResult | ||
Quit ( ) : ConsoleExecuteResult | ||
RunMacro ( string name ) : ConsoleExecuteResult | ||
SaveMacro ( string name ) : ConsoleExecuteResult | ||
StartMacro ( ) : ConsoleExecuteResult |
public CancelMacro ( ) : ConsoleExecuteResult | ||
return | ConsoleExecuteResult |
public Example ( string command ) : ConsoleExecuteResult | ||
command | string | |
return | ConsoleExecuteResult |
public RunMacro ( string name ) : ConsoleExecuteResult | ||
name | string | |
return | ConsoleExecuteResult |
public SaveMacro ( string name ) : ConsoleExecuteResult | ||
name | string | |
return | ConsoleExecuteResult |