status property

IThreadStatus? status

Property getter and setter for status:

Implementation

IThreadStatus? get status;
void status=(IThreadStatus? status)

Implementation

set status(IThreadStatus? status);