Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: A shutting down state in ShutdownHandler (#1454)
### Motivation Before this PR, there was no way of figuring if cloudnet is shutting down or not outside of internal cloudnet packages (without using reflections), causing custom load balancing modules unable to determine whether it should start new services. ### Modification This PR exposes a proper function to determine whether a shutdown is in progress or not. ### Result Custom modules can now determine whether cloudnet is shutting down or not
- Loading branch information