class documentation
class MinimalConsole(ConsoleBase):
Plugin class to add a minimal console functionality to the CSE.
| Method | run |
Run the console. This is a blocking call that will run until the console is stopped, either by a shutdown command, interrupt, or by a shutdown of the CSE. |
| Method | start |
Initialize the minimal console plugin. Set the console instance in the CSE. |
| Class Variable | cse |
Injected function to set the console instance in the CSE. |
Inherited from ConsoleBase:
| Method | do |
Check if the console should start with the text UI. |
| Method | run |
Open the text UI. |
| Method | shutdown |
Shutdown the Console instance. |
| Method | shutdown |
Shutdown the CSE. Confirm shutdown before actually doing that. |
| Method | stop |
Stop the console loop. |
| Class Variable | text |
Injected TextUI instance. |
overrides
acme.runtime.ConsoleBase.ConsoleBase.runRun the console. This is a blocking call that will run until the console is stopped, either by a shutdown command, interrupt, or by a shutdown of the CSE.