Method | Description | |
---|---|---|
CancelMacroCapture ( ) : void | ||
Execute ( |
||
ExecuteAsync ( |
||
IsAsync ( |
||
RunMacro ( string name ) : IEnumerable |
||
SaveMacro ( string name ) : |
||
StartMacroCapture ( ) : void |
Method | Description | |
---|---|---|
BuildCommand ( |
||
ValidateCommand ( |
public static Execute ( |
||
command | ||
commands | CommandList | |
return |
public static ExecuteAsync ( |
||
command | ||
commands | CommandList | |
return | Task |
public static IsAsync ( |
||
command | ||
commands | CommandList | |
return | bool |
public static RunMacro ( string name ) : IEnumerable |
||
name | string | |
return | IEnumerable |
public static SaveMacro ( string name ) : |
||
name | string | |
return |