GuestProcessInfo

GuestProcessInfo
GuestProcessInfo
AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "name": "string",
    "pid": 0,
    "owner": "string",
    "cmdLine": "string",
    "startTime": "string",
    "endTime": "string",
    "exitCode": 0
}
string
name
Required

The process name

integer As int64 As int64
pid
Required

The process ID

string
owner
Required

The process owner

string
cmdLine
Required

The full command line

string As date-time As date-time
startTime
Required

The start time of the process

string As date-time As date-time
endTime
Optional

If the process was started using GuestProcessManager.StartProgramInGuest then the process completion time will be available if queried within 5 minutes after it completes.

integer As int32 As int32
exitCode
Optional

If the process was started using GuestProcessManager.StartProgramInGuest then the process exit code will be available if queried within 5 minutes after it completes.