class CooperatorService(service.Service): (source)
service.IService which starts and stops a twisted.internet.task.Cooperator.| Method | __init__ |
Undocumented |
| Method | coiterate |
Undocumented |
| Method | startService |
Start the service. |
| Method | stopService |
Stop the service. |
| Instance Variable | coop |
Undocumented |
Inherited from Service:
| Method | __getstate__ |
Undocumented |
| Method | disownServiceParent |
Use this API to remove an IService from an IServiceCollection. |
| Method | privilegedStartService |
Do preparation work for starting the service. |
| Method | setName |
Set the name of the service. |
| Method | setServiceParent |
Set the parent of the service. This method is responsible for setting the parent attribute on this service (the child service). |
| Instance Variable | name |
A str which is the name of the service or None. |
| Instance Variable | parent |
An IServiceCollection which is the parent or None. |
| Instance Variable | running |
A boolean which indicates whether the service is running. |