ProcessThreadInfo interface
处理线程信息。
属性
| base |
基本优先级。 |
| current |
当前线程优先级。 |
| href | HRef URI。 |
| identifier | 站点扩展 ID。 注意:此属性不会序列化。 它只能由服务器填充。 |
| priority |
线程优先级级别。 |
| priviledged |
特权处理器时间。 |
| process | 处理 URI。 |
| start |
起始地址。 |
| start |
开始时间。 |
| state | 线程状态。 |
| total |
处理器总时间。 |
| user |
用户处理器时间。 |
| wait |
等待原因。 |
继承属性
| id | 资源 ID。注意:此属性不会序列化。 它只能由服务器填充。 |
| kind | 资源类型。 |
| name | 资源名称。 注意:此属性不会序列化。 它只能由服务器填充。 |
| type | 资源类型。 注意:此属性不会序列化。 它只能由服务器填充。 |
属性详细信息
basePriority
基本优先级。
basePriority?: number
属性值
number
currentPriority
当前线程优先级。
currentPriority?: number
属性值
number
href
HRef URI。
href?: string
属性值
string
identifier
站点扩展 ID。 注意:此属性不会序列化。 它只能由服务器填充。
identifier?: number
属性值
number
priorityLevel
线程优先级级别。
priorityLevel?: string
属性值
string
priviledgedProcessorTime
特权处理器时间。
priviledgedProcessorTime?: string
属性值
string
process
处理 URI。
process?: string
属性值
string
startAddress
起始地址。
startAddress?: string
属性值
string
startTime
开始时间。
startTime?: Date
属性值
Date
state
线程状态。
state?: string
属性值
string
totalProcessorTime
处理器总时间。
totalProcessorTime?: string
属性值
string
userProcessorTime
用户处理器时间。
userProcessorTime?: string
属性值
string
waitReason
等待原因。
waitReason?: string
属性值
string