@magic-xpa/engine 4.1200.0-dev4120.79 → 4.1200.0-dev4120.83
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.
@@ -32920,6 +32920,8 @@ class Task extends TaskBase {
|
|
32920
32920
|
Task._idleTimerStarted = true;
|
32921
32921
|
}
|
32922
32922
|
await this.OpenForms(callByDestSubForm);
|
32923
|
+
Commands.invoke();
|
32924
|
+
await Thread.Sleep(10);
|
32923
32925
|
await this.DoFirstRecordCycle();
|
32924
32926
|
await this.MoveToFirstControls(callByDestSubForm);
|
32925
32927
|
// Handle the events only when all the tasks and their forms are opened.
|
@@ -39336,7 +39338,7 @@ class CommandsTable {
|
|
39336
39338
|
}
|
39337
39339
|
}
|
39338
39340
|
|
39339
|
-
let CurrentClientVersion = '4.1200.0-dev4120.
|
39341
|
+
let CurrentClientVersion = '4.1200.0-dev4120.83';
|
39340
39342
|
|
39341
39343
|
// @dynamic
|
39342
39344
|
class ClientManager {
|