MCPcopy
hub / github.com/containerd/containerd / ProcessStatus

TypeAlias ProcessStatus

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

ProcessStatus returns a human readable status for the Process representing its current status

Source from the content-addressed store, hash-verified

81
82// ProcessStatus returns a human readable status for the Process representing its current status
83type ProcessStatus string
84
85const (
86 // Running indicates the process is currently executing

Callers 2

StatusMethod · 0.85
StatusMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected