class Thread:
Represents some basic information about a thread.
This object is not meant to be constructed directly. Use OssiContext.thread
instead.
Method | __init__ |
Initializes a new Thread instance from a low-level object. |
Property | id |
Property: The id of the thread |
Property | owner_process_id |
Property: ID of the process that owns the thread |
Method | __repr__ |
Undocumented |
Method | __str__ |
Undocumented |
Instance Variable | _rvn_thread |
Undocumented |
Initializes a new Thread
instance from a low-level object.
This object is not meant to be constructed directly. Use OssiContext.thread
instead.
Parameters | _rvn_thread | Undocumented |
_rvn_process | low-level process |