Wait waits for the service to enter the "stopped" or "crashed" state. If the service goes into the "crashed" state it returns the error that caused the crash.
()
| 41 | // Wait waits for the service to enter the "stopped" or "crashed" state. If the service goes into the "crashed" |
| 42 | // state it returns the error that caused the crash. |
| 43 | Wait() error |
| 44 | |
| 45 | // Error returns the error that caused the service to go into the "crashed" state. |
| 46 | Error() error |
no outgoing calls