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