Part of services.control View Source View In Hierarchy
this class only does the work, you need another class, most suitable is a bot-module, to have a userinterface
Method | __init__ | Undocumented |
Method | register_command | Undocumented |
Method | handle_command | Undocumented |
Method | help | Undocumented |
Method | _exec | Undocumented |
Method | _get_cmd_for_subtree | Undocumented |
Method | _cmd_log_get | Undocumented |
Method | _cmd_config | Undocumented |
Method | _cmd_config_reload | Undocumented |
Method | _cmd_config_set | Undocumented |
Method | _cmd_config_get | Undocumented |
Inherited from MultiService:
Method | privilegedStartService | Do preparation work for starting the service. |
Method | startService | Start the service. |
Method | stopService | Stop the service. |
Method | getServiceNamed | Get the child service with a given name. |
Method | __iter__ | Get an iterator over all child services. |
Method | addService | Add a child service. |
Method | removeService | Remove a child service. |
Inherited from Service (via MultiService):
Method | __getstate__ | Undocumented |
Method | setName | Set the name of the service. |
Method | setServiceParent | Set the parent of the service. |
Method | disownServiceParent | Use this API to remove an IService
from an IServiceCollection . |