mojox.Console - nitrologic/monkey2 GitHub Wiki
Class Console Extends mojox:mojox.TextView
The Console class.
| Fields | |
|---|---|
| Finished | Invoked when the console finishes executing a process. | 
| Constructors | |
|---|---|
| New | Creates a new console. | 
| Properties | |
|---|---|
| ExitCode | Process exit code. (read only) | 
| Process | The process. (read only) | 
| Running | True if the process is running. (read only) | 
| Methods | |
|---|---|
| ReadStdout | Reads process stdout. | 
| Run | Runs a process. | 
| Start | Starts a process. | 
| Terminate | Terminates the process. | 
| Write | Writes text to the console. | 
| WriteStdin | Writes to process stdin. |