Vm_Guest_Processes_Info
The Processes.Info structure describes the state of a guest process.
{
"name": "string",
"owner": "string",
"command": "string",
"started": "string",
"finished": "string",
"exit_code": 0
}
The process name.
The process owner.
The full command line of the process.
The start time of the process.
If the process was started using Processes.create then the process completion time will be available if queried within 5 minutes after it completes. Set if the process was started with Processes.create and has recently exited.
If the process was started using Processes.create then the process exit code will be available if queried within 5 minutes after it completes. Set if the process was started with Processes.create and has recently exited.