ProcessThreadInfoProperties Class
ProcessThreadInfo resource specific properties.
Constructor
ProcessThreadInfoProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
identifier
|
Site extension ID. |
|
href
|
HRef URI. |
|
process
|
Process URI. |
|
start_address
|
Start address. |
|
current_priority
|
Current thread priority. |
|
priority_level
|
Thread priority level. |
|
base_priority
|
Base priority. |
|
start_time
|
Start time. |
|
total_processor_time
|
Total processor time. |
|
user_processor_time
|
User processor time. |
|
state
|
Thread state. |
|
wait_reason
|
Wait reason. |
Attributes
base_priority
Base priority.
base_priority: int | None
current_priority
Current thread priority.
current_priority: int | None
href
HRef URI.
href: str | None
identifier
Site extension ID.
identifier: int | None
priority_level
Thread priority level.
priority_level: str | None
process
Process URI.
process: str | None
start_address
Start address.
start_address: str | None
start_time
Start time.
start_time: datetime | None
state
Thread state.
state: str | None
total_processor_time
Total processor time.
total_processor_time: str | None
user_processor_time
User processor time.
user_processor_time: str | None
wait_reason
Wait reason.
wait_reason: str | None