AsyncEmbeddedScript2 running property
This commit is contained in:
@@ -165,7 +165,10 @@ class AsyncEmbeddedScript2 {
|
|||||||
|
|
||||||
private var skipTarget:Null<Int> = null;
|
private var skipTarget:Null<Int> = null;
|
||||||
|
|
||||||
|
public var running(default, null):Bool = false;
|
||||||
|
|
||||||
private function runInstruction(instructionPointer:Int, withBreakPoints = true) {
|
private function runInstruction(instructionPointer:Int, withBreakPoints = true) {
|
||||||
|
running = true;
|
||||||
var skipping = false;
|
var skipping = false;
|
||||||
if (skipTarget != null) {
|
if (skipTarget != null) {
|
||||||
if (instructionPointer == skipTarget) {
|
if (instructionPointer == skipTarget) {
|
||||||
|
|||||||
Reference in New Issue
Block a user