ProcessThreadInfoProperties interface
ProcessThreadInfo 資源特定屬性
屬性
| base_priority | 基底優先順序。 |
| current_priority | 目前的線程優先順序。 |
| href | HRef URI。 |
| 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
priority_level
線程優先順序層級。
priority_level?: string
屬性值
string
process
進程 URI。
process?: string
屬性值
string
start_address
開始位址。
start_address?: string
屬性值
string
start_time
開始時間。
start_time?: string | Date
屬性值
string | Date
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