Experimental
Schema
ProcessState
Type:
string
ProcessState is the coarse process lifecycle a process report carries.
Values: unspecified: unspecified is not a concrete state; conforming responses never use it. running: running means the process has not exited. exited: exited means the process has exited.
All schema constraints and annotations
{
"description": "ProcessState is the coarse process lifecycle a process report carries.\n\nValues:\nunspecified: unspecified is not a concrete state; conforming responses never use it.\nrunning: running means the process has not exited.\nexited: exited means the process has exited.",
"enum": [
"unspecified",
"running",
"exited"
],
"title": "ProcessState",
"type": "string"
}