@nsshunt/stsrunnerframework 1.0.144 → 1.0.145
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.
|
@@ -31,6 +31,7 @@ var eIWMessageCommands = /* @__PURE__ */ ((eIWMessageCommands2) => {
|
|
|
31
31
|
eIWMessageCommands2["RunnerStateChange"] = "__STS__RunnerStateChange";
|
|
32
32
|
eIWMessageCommands2["RemoveRunnerFromCollection"] = "__STS__RemoveRunnerFromCollection";
|
|
33
33
|
eIWMessageCommands2["GetRunners"] = "__STS__GetRunners";
|
|
34
|
+
eIWMessageCommands2["GetRunnersResponse"] = "__STS__GetRunnersResponse";
|
|
34
35
|
return eIWMessageCommands2;
|
|
35
36
|
})(eIWMessageCommands || {});
|
|
36
37
|
var IRunnerState = /* @__PURE__ */ ((IRunnerState2) => {
|
|
@@ -1788,7 +1789,7 @@ class WorkerInstance {
|
|
|
1788
1789
|
try {
|
|
1789
1790
|
if (__privateGet(this, _collectorCollectorPort)) {
|
|
1790
1791
|
const message = {
|
|
1791
|
-
command,
|
|
1792
|
+
command: eIWMessageCommands.GetRunnersResponse,
|
|
1792
1793
|
payload: {
|
|
1793
1794
|
messageId: messagePayload.payload.messageId,
|
|
1794
1795
|
workerId: __privateGet(this, _workerId),
|
|
@@ -2596,7 +2597,7 @@ class STSWorkerManager {
|
|
|
2596
2597
|
case eIWMessageCommands.RemoveRunnerFromCollection:
|
|
2597
2598
|
__privateGet(this, _RemoveRunnerFromCollection).call(this, stsWorkerEx, publishMessagePayload2.payload);
|
|
2598
2599
|
break;
|
|
2599
|
-
case eIWMessageCommands.
|
|
2600
|
+
case eIWMessageCommands.GetRunnersResponse:
|
|
2600
2601
|
__privateMethod(this, _STSWorkerManager_instances, GetRunnersResponse_fn).call(this, stsWorkerEx, publishMessagePayload2.payload);
|
|
2601
2602
|
break;
|
|
2602
2603
|
case eIWMessageCommands.PauseRunnerResponse:
|