ThreadInfo describes the state of a single thread.

Static variables

@:value(1)staticinlineread onlySTATUS_RUNNING:Int = 1

@:value(3)staticinlineread onlySTATUS_STOPPED_BREAKPOINT:Int = 3

@:value(2)staticinlineread onlySTATUS_STOPPED_BREAK_IMMEDIATE:Int = 2

@:value(5)staticinlineread onlySTATUS_STOPPED_CRITICAL_ERROR:Int = 5

@:value(4)staticinlineread onlySTATUS_STOPPED_UNCAUGHT_EXCEPTION:Int = 4

Constructor

@:value({ criticalErrorDescription : null, breakpoint : -1 })new(number:Int, status:Int, breakpoint:Int = -1, ?criticalErrorDescription:String)

Variables