ProcessThreadInfoProperties interface
ProcessThreadInfo resource specific properties
Properties
| base_priority | Base priority. |
| current_priority | Current thread priority. |
| href | HRef URI. |
| priority_level | Thread priority level. |
| process | Process URI. |
| start_address | Start address. |
| start_time | Start time. |
| state | Thread state. |
| total_processor_time | Total processor time. |
| user_processor_time | User processor time. |
| wait_reason | Wait reason. |
Property Details
base_priority
Base priority.
base_priority?: number
Property Value
number
current_priority
Current thread priority.
current_priority?: number
Property Value
number
href
HRef URI.
href?: string
Property Value
string
priority_level
Thread priority level.
priority_level?: string
Property Value
string
process
Process URI.
process?: string
Property Value
string
start_address
Start address.
start_address?: string
Property Value
string
start_time
Start time.
start_time?: string | Date
Property Value
string | Date
state
Thread state.
state?: string
Property Value
string
total_processor_time
Total processor time.
total_processor_time?: string
Property Value
string
user_processor_time
User processor time.
user_processor_time?: string
Property Value
string
wait_reason
Wait reason.
wait_reason?: string
Property Value
string