ProcessThreadInfo interface
Process Thread Information.
- Extends
Properties
| base |
Base priority. |
| current |
Current thread priority. |
| href | HRef URI. |
| identifier | Site extension ID. NOTE: This property will not be serialized. It can only be populated by the server. |
| priority |
Thread priority level. |
| process | Process URI. |
| start |
Start address. |
| start |
Start time. |
| state | Thread state. |
| total |
Total processor time. |
| user |
User processor time. |
| wait |
Wait reason. |
Inherited Properties
| id | Resource Id. NOTE: This property will not be serialized. It can only be populated by the server. |
| kind | Kind of resource. |
| name | Resource Name. NOTE: This property will not be serialized. It can only be populated by the server. |
| type | Resource type. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
basePriority
Base priority.
basePriority?: number
Property Value
number
currentPriority
Current thread priority.
currentPriority?: number
Property Value
number
href
HRef URI.
href?: string
Property Value
string
identifier
Site extension ID. NOTE: This property will not be serialized. It can only be populated by the server.
identifier?: number
Property Value
number
priorityLevel
Thread priority level.
priorityLevel?: string
Property Value
string
process
Process URI.
process?: string
Property Value
string
startAddress
Start address.
startAddress?: string
Property Value
string
startTime
Start time.
startTime?: Date
Property Value
Date
state
Thread state.
state?: string
Property Value
string
totalProcessorTime
Total processor time.
totalProcessorTime?: string
Property Value
string
userProcessorTime
User processor time.
userProcessorTime?: string
Property Value
string
waitReason
Wait reason.
waitReason?: string
Property Value
string
Inherited Property Details
id
Resource Id. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From ProxyOnlyResource.id
kind
name
Resource Name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From ProxyOnlyResource.name
type
Resource type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From ProxyOnlyResource.type