Created CertificationTrainingGroupWorker
This commit is contained in:
@ -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}");
|
||||
|
||||
|
Reference in New Issue
Block a user