ProcessThreadInfo interface
處理線程資訊。
- Extends
屬性
| base |
基底優先順序。 |
| current |
目前的線程優先順序。 |
| href | HRef URI。 |
| identifier | 網站延伸模組識別碼。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
| priority |
線程優先順序層級。 |
| process | 進程 URI。 |
| start |
開始位址。 |
| start |
開始時間。 |
| state | 線程狀態。 |
| total |
處理器時間總計。 |
| user |
用戶處理器時間。 |
| wait |
等候原因。 |
繼承的屬性
| id | 資源標識碼。注意:此屬性將不會串行化。 它只能由伺服器填入。 |
| kind | 資源種類。 |
| name | 資源名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
| type | 資源類型。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
屬性詳細資料
basePriority
基底優先順序。
basePriority?: number
屬性值
number
currentPriority
目前的線程優先順序。
currentPriority?: number
屬性值
number
href
HRef URI。
href?: string
屬性值
string
identifier
網站延伸模組識別碼。 注意:這個屬性不會串行化。 它只能由伺服器填入。
identifier?: number
屬性值
number
priorityLevel
線程優先順序層級。
priorityLevel?: 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