MCPcopy
hub / github.com/lxc/incus / Wait

Method Wait

internal/server/instance/instance_exec_cmd.go:9–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7// Cmd represents a local or remote command being run.
8type Cmd interface {
9 Wait() (int, error)
10 PID() int
11 Signal(s unix.Signal) error
12 WindowResize(fd, winchWidth, winchHeight int) error

Callers 15

receiveFromZfsSenderMethod · 0.95
RefreshVolumeMethod · 0.95
FileSFTPConnMethod · 0.95
RefreshVolumeMethod · 0.95
checkFeaturesMethod · 0.95
FileSFTPConnMethod · 0.95
ConsoleMethod · 0.95
ExecMethod · 0.95
vgaMethod · 0.95
DoMethod · 0.95
startMethod · 0.95
sendSetupFunction · 0.65

Implementers 2

lxcCmdinternal/server/instance/drivers/drive
qemuCmdinternal/server/instance/drivers/drive

Calls

no outgoing calls

Tested by 4

TestQmpLogCloseFunction · 0.52
TestConnectDisconnectFunction · 0.52
TestEventsFunction · 0.52