@nsshunt/stsrunnerframework 1.0.154 → 1.0.155

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.
@@ -2002,9 +2002,9 @@ var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "acce
2002
2002
  if (__privateGet(this, _runners)[runnerId]) {
2003
2003
  const { state } = __privateGet(this, _runners)[runnerId].runner;
2004
2004
  if (state === IRunnerState.paused || state === IRunnerState.running) {
2005
+ __privateGet(this, _UpdateRunnerStateById).call(this, runnerId, IRunnerState.paused);
2005
2006
  __privateGet(this, _ResetRunnerIterationById).call(this, runnerId);
2006
2007
  result = await ((_a = __privateGet(this, _GetRunnerInstanceById).call(this, runnerId)) == null ? void 0 : _a.ResetRunner());
2007
- __privateGet(this, _UpdateRunnerStateById).call(this, runnerId, IRunnerState.paused);
2008
2008
  }
2009
2009
  } else {
2010
2010
  __privateGet(this, _warn).call(this, `#ResetRunner(): Runner: [${runnerId}] not found`);