Get desktop application:
View/edit binary Protocol Buffers messages
Used in: services.tasks.v1.GetResponse, services.tasks.v1.ListTasksResponse
string container_id = 1
string id = 2
uint32 pid = 3
string stdin = 5
string stdout = 6
string stderr = 7
bool terminal = 8
uint32 exit_status = 9
Used in: services.tasks.v1.ListPidsResponse
Used in: Process
UNKNOWN = 0
CREATED = 1
RUNNING = 2
STOPPED = 3
PAUSED = 4
PAUSING = 5