thread property

IFlowThread? thread

Property getter and setter for thread:

Implementation

IFlowThread? get thread;
void thread=(IFlowThread? thread)

Implementation

set thread(IFlowThread? thread);