NSuspendableService Class Members
In This Topic
The following tables list the members exposed by NSuspendableService.
Public Properties
| Name | Description |
| Status | Gets the current service status |
Top
Public Methods
| Name | Description |
| Pause | Pauses the service |
| Restart | Restarts the service |
| Resume | Resumes the service |
| Start | Starts the service |
| Stop | Stops the service |
Top
Public Events
| Name | Description |
| Paused | Occurs when the service was paused |
| Resumed | Occurs when the service was resumed |
| Started | Occurs when the service was started |
| Stopped | Occurs when the service was stopped |
Top
See Also