@nsshunt/ststestrunner 1.0.28 → 1.0.29
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.
|
@@ -12833,16 +12833,19 @@ var __privateWrapper = (obj, member, setter, getter) => ({
|
|
|
12833
12833
|
__publicField(this, "StopRunner", async () => {
|
|
12834
12834
|
await __privateGet(this, _OutputLogMessage2).call(this, `StopRunner [${__privateGet(this, _runner2).id}]`);
|
|
12835
12835
|
await __privateGet(this, _ForcePublishTelemetryData2).call(this);
|
|
12836
|
+
__privateGet(this, _fhirClient).Terminate();
|
|
12836
12837
|
return true;
|
|
12837
12838
|
});
|
|
12838
12839
|
__publicField(this, "TerminateRunner", async () => {
|
|
12839
12840
|
await __privateGet(this, _OutputLogMessage2).call(this, `TerminateRunner [${__privateGet(this, _runner2).id}]`);
|
|
12840
12841
|
await __privateGet(this, _ForcePublishTelemetryData2).call(this);
|
|
12842
|
+
__privateGet(this, _fhirClient).Terminate();
|
|
12841
12843
|
return true;
|
|
12842
12844
|
});
|
|
12843
12845
|
__publicField(this, "Completed", async () => {
|
|
12844
12846
|
await __privateGet(this, _OutputLogMessage2).call(this, `Completed [${__privateGet(this, _runner2).id}] [${JSON.stringify(__privateGet(this, _runner2).instrumentData)}]`);
|
|
12845
12847
|
await __privateGet(this, _ForcePublishTelemetryData2).call(this);
|
|
12848
|
+
__privateGet(this, _fhirClient).Terminate();
|
|
12846
12849
|
return true;
|
|
12847
12850
|
});
|
|
12848
12851
|
__publicField(this, "PauseRunner", async () => {
|