Stop stops the shell. This will stop the shell from auto reading inputs and calling registered functions. A stopped shell is only inactive but totally functional. Its functions can still be called and can be restarted.
()
| 71 | // registered functions. A stopped shell is only inactive but totally functional. |
| 72 | // Its functions can still be called and can be restarted. |
| 73 | Stop() |
| 74 | } |
| 75 | |
| 76 | type shellActionsImpl struct { |