@magic-xpa/engine 4.1000.0-dev4100.284 → 4.1000.0-dev4100.285

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.
@@ -2816,6 +2816,9 @@ class Event {
2816
2816
  case InternalInterface.MG_ACT_INDEX_CHANGE:
2817
2817
  description = 'Index Change';
2818
2818
  break;
2819
+ case InternalInterface.MG_ACT_DUMP_ENVIRONMENT:
2820
+ description = 'Dump Environment';
2821
+ break;
2819
2822
  default:
2820
2823
  description = '';
2821
2824
  break;
@@ -27421,6 +27424,7 @@ class EventsManager {
27421
27424
  }
27422
27425
  break;
27423
27426
  case InternalInterface.MG_ACT_SERVER_TERMINATION:
27427
+ case InternalInterface.MG_ACT_DUMP_ENVIRONMENT:
27424
27428
  cmd = CommandFactory.CreateEventCommand(task.getTaskTag(), intEvtCode);
27425
27429
  cmdsToServer.Add(cmd);
27426
27430
  await CommandsProcessorManager.GetCommandsProcessor().Execute(CommandsProcessorBase_SendingInstruction.TASKS_AND_COMMANDS);
@@ -29513,7 +29517,7 @@ class CommandsTable {
29513
29517
  }
29514
29518
  }
29515
29519
 
29516
- let CurrentClientVersion = '4.1000.0-dev4100.284';
29520
+ let CurrentClientVersion = '4.1000.0-dev4100.285';
29517
29521
 
29518
29522
  class ClientManager {
29519
29523
  static get Instance() {