ProcessThreadInfoPropertiesOutput interface
ProcessThreadInfo 资源特定属性
属性
| base_priority | 基本优先级。 |
| current_priority | 当前线程优先级。 |
| href | HRef URI。 |
| identifier | 站点扩展 ID。 |
| priority_level | 线程优先级级别。 |
| process | 处理 URI。 |
| start_address | 起始地址。 |
| start_time | 开始时间。 |
| state | 线程状态。 |
| total_processor_time | 处理器总时间。 |
| user_processor_time | 用户处理器时间。 |
| wait_reason | 等待原因。 |
属性详细信息
base_priority
基本优先级。
base_priority?: number
属性值
number
current_priority
当前线程优先级。
current_priority?: number
属性值
number
href
HRef URI。
href?: string
属性值
string
identifier
站点扩展 ID。
identifier?: number
属性值
number
priority_level
线程优先级级别。
priority_level?: string
属性值
string
process
处理 URI。
process?: string
属性值
string
start_address
起始地址。
start_address?: string
属性值
string
start_time
开始时间。
start_time?: string
属性值
string
state
线程状态。
state?: string
属性值
string
total_processor_time
处理器总时间。
total_processor_time?: string
属性值
string
user_processor_time
用户处理器时间。
user_processor_time?: string
属性值
string
wait_reason
等待原因。
wait_reason?: string
属性值
string