@magic-xpa/engine 4.1101.0-dev4111.341 → 4.1101.1

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.
@@ -24970,6 +24970,8 @@ class Task extends TaskBase {
24970
24970
  Task._idleTimerStarted = true;
24971
24971
  }
24972
24972
  await this.OpenForms(callByDestSubForm);
24973
+ Commands.invoke();
24974
+ await Thread.Sleep(10);
24973
24975
  await this.DoFirstRecordCycle();
24974
24976
  await this.MoveToFirstControls(callByDestSubForm);
24975
24977
  if (Task.StartProgLevel === 1) {
@@ -29721,7 +29723,7 @@ class CommandsTable {
29721
29723
  }
29722
29724
  }
29723
29725
 
29724
- let CurrentClientVersion = '4.1101.0-dev4111.341';
29726
+ let CurrentClientVersion = '4.1101.1';
29725
29727
 
29726
29728
  class ClientManager {
29727
29729
  static _instance = null;