@nsshunt/stsrunnerframework 1.0.87 → 1.0.89

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.
@@ -2489,6 +2489,13 @@ class STSWorkerManager {
2489
2489
  eventDate: /* @__PURE__ */ new Date(),
2490
2490
  runner: { ...runner }
2491
2491
  });
2492
+ runnerEx.instrumentData = { ...runner.instrumentData };
2493
+ runnerEx.iteration = runner.iteration;
2494
+ __privateGet(this, _debug2).call(this, `STSWorkerManager:#RunnerStateChange(): Worker: [${workerEx.id}] Runner: [${runner.id}]`);
2495
+ __privateGet(this, _debug2).call(this, `STSWorkerManager:#RunnerStateChange(): --> Runner iteration (payload): [${runner.iteration}]`);
2496
+ __privateGet(this, _debug2).call(this, `STSWorkerManager:#RunnerStateChange(): --> Runner instrumentData.requestCount (payload): [${runner.instrumentData.requestCount}]`);
2497
+ __privateGet(this, _debug2).call(this, `STSWorkerManager:#RunnerStateChange(): --> Runner iteration (in-memory graph): [${runnerEx.iteration}]`);
2498
+ __privateGet(this, _debug2).call(this, `STSWorkerManager:#RunnerStateChange(): --> Runner instrumentData.requestCount (payload): [${runnerEx.instrumentData.requestCount}]`);
2492
2499
  __privateGet(this, _EmitRunnerEvent).call(this, "StateChange", workerEx, runner.id);
2493
2500
  }
2494
2501
  });