class cpp.vm.ThreadInfo

import cpp.vm.Debugger;

Available on cpp

ThreadInfo describes the state of a single thread.

Class Fields

static var STATUS_RUNNING:Int

Instance Fields

function new(number:Int, status:Int, ?breakpoint:Int, ?criticalErrorDescription:String):Void