Thread¶
-
public class
Thread
¶ The state of a thread.
Methods¶
fromProtobuf¶
getException¶
getFrames¶
getNextState¶
-
public final io.cocotec.coco.platform.coco.StateEnumValue
getNextState
()¶ If this thread represents a process, then the value of the implicit nextState variable. This will either represent the target state the transition moves to, or may represent the state we are currently in.
getProcess¶
-
public final io.cocotec.coco.platform.coco.BehaviouralInstance
getProcess
()¶ If this thread represents a process, then the instance that this value represents.
getState¶
-
public final io.cocotec.coco.platform.coco.ThreadState
getState
()¶ The state that this thread is currently in.