MCPcopy Index your code
hub / github.com/coder/coder / Close

Method Close

agent/agentproc/api.go:49–51  ·  view source on GitHub ↗

Close shuts down the process manager, killing all running processes.

()

Source from the content-addressed store, hash-verified

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

Calls 1

CloseMethod · 0.65