Created CertificationTrainingGroupWorker

This commit is contained in:
Chase Tucker
2024-04-22 13:01:39 -07:00
parent 855990e3e2
commit 91a15a32b6
6 changed files with 235 additions and 102 deletions

View File

@ -30,7 +30,7 @@ public class WindowsService : BackgroundService {
} catch (OperationCanceledException) {
_logger.LogError("The Windows service has been stopped");
_monInClient.PostStatus("WindowsService", State.Critical);
_monInClient.PostStatus("WindowsService", State.Ok);
} catch (Exception ex) {
_logger.LogError($"An exception occurred when running Windows Service. Exception: {ex.Message}");