aceCommandConsole Class |
Namespace: imbACE.Services.console
public abstract class aceCommandConsole : aceOperationSetExecutorBase, IAceOperationSetExecutor, IAceCommandConsole
The aceCommandConsole type exposes the following members.
| Name | Description | |
|---|---|---|
| application |
Reference to [!:aceApplicationBase] | |
| commands |
Commands of the console
| |
| commandSetTree |
command tree, used for help generation
| |
| consoleHelp | Short help message about this console | |
| consoleIsRunning | It is true if console is turned on, waiting for an input or performing already given command(s) | |
| consoleTitle | Console title | |
| DefaultCommand |
Default command that will be executed on empty imput
| |
| doAskForExitConfigmation |
Should user be prompted on aceOperation_consoleExit to confirm?
| |
| doAskForQuitConfirmation | ||
| encode | ||
| helpContent |
Help text short header, used when console api is rendered or shown
| |
| helpHeader | Additional points for console help header text. helpContent | |
| history |
Commands executed earlier
| |
| lastInput |
Last input from the command line
| |
| linePrefix |
Prefix to show in the command line
| |
| output |
The primary console output. By default pointed to the platform via consoleControl | |
| platform | Reference to the application's platform to display/use the console outputs | |
| response |
Secondary output of the console. By default it is pointed to the platform output, but it can be directed to a file or other outputs.
| |
| saveClipboard | ||
| scriptRunning | Reference to the console script that is running or was running last time |
| Name | Description | |
|---|---|---|
| aceOperation_consoleCls | ||
| aceOperation_consoleExit | ||
| aceOperation_consoleHelp | ||
| aceOperation_consoleQuit | ||
| aceOperation_runAbort | ||
| aceOperation_runNone | ||
| aceOperation_runPause | ||
| cls |
Clear Screen
| |
| executeCommand |
Executes the command.
| |
| executeScript |
Executes the command console script. aceConsoleScript | |
| OnPropertyChanged | (Inherited from aceBindable.) | |
| onStartUp |
Will be executed upon start-up of the console.
| |
| start |
Starts the console
|
| Name | Description | |
|---|---|---|
| PropertyChanged | (Inherited from aceBindable.) |
| Name | Description | |
|---|---|---|
| PAGINATE_COMMANDS | ||
| useActiveInput |
| Name | Description | |
|---|---|---|
| aceGenEx | (Defined by aceExceptionTools.) | |
| aceSciEx | (Defined by aceExceptionTools.) |