status property

IThreadStatus? get status

Property getter and setter for status:

Implementation

IThreadStatus? get status;
set status (IThreadStatus? status)

Implementation

set status(IThreadStatus? status);