ScriptThread Document (Debugger API 2.0)
Represents a thread in the script engine.
| Property | Type | Constraints | Description | 
|---|---|---|---|
call_stack
 | 
[StackFrame] | The script stack frames. The frames indicate the execution path to the halted thread where the most recent frame has an index of zero. | |
id
 | 
Integer | mandatory=true, nullable=false | The script thread identifier. | 
status
 | 
Enum {halted, running, not_found} | The script status. |