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

Method Wait

pty/pty.go:69–69  ·  view source on GitHub ↗

Wait for the command to complete. Returned error is as for exec.Cmd.Wait()

()

Source from the content-addressed store, hash-verified

67type Process interface {
68 // Wait for the command to complete. Returned error is as for exec.Cmd.Wait()
69 Wait() error
70
71 // Kill the command process. Returned error is as for os.Process.Kill()
72 Kill() error

Implementers 2

windowsProcesspty/pty_windows.go
otherProcesspty/pty_other.go

Calls

no outgoing calls