Close shuts down the process manager, killing all running processes.
()
| 47 | // Close shuts down the process manager, killing all running |
| 48 | // processes. |
| 49 | func (api *API) Close() error { |
| 50 | return api.manager.Close() |
| 51 | } |
| 52 | |
| 53 | // Routes returns the HTTP handler for process-related routes. |
| 54 | func (api *API) Routes() http.Handler { |