MCPcopy
hub / github.com/cloudfoundry/cli / ProcessInstanceState

TypeAlias ProcessInstanceState

api/cloudcontroller/ccv3/constant/process.go:4–4  ·  view source on GitHub ↗

ProcessInstanceState is the state of a given process.

Source from the content-addressed store, hash-verified

2
3// ProcessInstanceState is the state of a given process.
4type ProcessInstanceState string
5
6const (
7 // ProcessInstanceRunning is when the process is running normally.

Callers 2

UnmarshalJSONMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected