MCPcopy Index your code
hub / github.com/containerd/containerd / Status

Struct Status

client/task.go:64–71  ·  view source on GitHub ↗

Status returns process status and exit information

Source from the content-addressed store, hash-verified

62
63// Status returns process status and exit information
64type Status struct {
65 // Status of the process
66 Status ProcessStatus
67 // ExitStatus returned by the process
68 ExitStatus uint32
69 // ExitedTime is the time at which the process died
70 ExitTime time.Time
71}
72
73// ProcessInfo provides platform specific process information
74type ProcessInfo struct {

Callers 1

CRIConfigFunction · 0.92

Calls

no outgoing calls

Tested by 1

CRIConfigFunction · 0.74