@magic-xpa/engine 4.800.0-dev480.208 → 4.800.0-dev480.211
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/magic-xpa-engine.umd.js +4 -2
- package/bundles/magic-xpa-engine.umd.js.map +1 -1
- package/bundles/magic-xpa-engine.umd.min.js +1 -1
- package/bundles/magic-xpa-engine.umd.min.js.map +1 -1
- package/esm2015/src/CurrentClientVersion.js +2 -2
- package/esm2015/src/rt/Operation.js +4 -2
- package/fesm2015/magic-xpa-engine.js +4 -2
- package/fesm2015/magic-xpa-engine.js.map +1 -1
- package/package.json +4 -4
|
@@ -11410,8 +11410,10 @@
|
|
|
11410
11410
|
if (!(subformTask != null)) return [3 /*break*/, 34];
|
|
11411
11411
|
terminateTaskGracefully = true;
|
|
11412
11412
|
rtEvnt = AccessHelper.eventsManager.getLastRtEvent();
|
|
11413
|
-
if (this._isRoute && rtEvnt !== null && rtEvnt.isGuiTriggeredEvent())
|
|
11413
|
+
if (this._isRoute && rtEvnt !== null && rtEvnt.isGuiTriggeredEvent()) {
|
|
11414
11414
|
terminateTaskGracefully = false;
|
|
11415
|
+
AccessHelper.eventsManager.setStopExecution(true);
|
|
11416
|
+
}
|
|
11415
11417
|
return [4 /*yield*/, subformTask.endTask(true, false, !terminateTaskGracefully, true)];
|
|
11416
11418
|
case 33:
|
|
11417
11419
|
if (_e.sent()) {
|
|
@@ -37282,7 +37284,7 @@
|
|
|
37282
37284
|
return CommandsTable;
|
|
37283
37285
|
}());
|
|
37284
37286
|
|
|
37285
|
-
var CurrentClientVersion = '4.800.0-dev480.
|
|
37287
|
+
var CurrentClientVersion = '4.800.0-dev480.211';
|
|
37286
37288
|
|
|
37287
37289
|
var ClientManager = /** @class */ (function () {
|
|
37288
37290
|
function ClientManager() {
|