ProcessThreadInfoProperties Class

ProcessThreadInfo resource specific properties.

Constructor

ProcessThreadInfoProperties(*args: Any, **kwargs: Any)

Variables

Name Description
identifier
int

Site extension ID.

href
str

HRef URI.

process
str

Process URI.

start_address
str

Start address.

current_priority
int

Current thread priority.

priority_level
str

Thread priority level.

base_priority
int

Base priority.

start_time

Start time.

total_processor_time
str

Total processor time.

user_processor_time
str

User processor time.

state
str

Thread state.

wait_reason
str

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