mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
Server Status Changes
- refactored the code to stop the server status cycling and to be more accurate.
This commit is contained in:
parent
c79ec023d8
commit
9e52ccbaa1
15 changed files with 321 additions and 236 deletions
|
|
@ -25,15 +25,20 @@
|
|||
/// <summary>
|
||||
/// The server is responding locally on its port, a local check was made
|
||||
/// </summary>
|
||||
RunningLocalCheck,
|
||||
LocalSuccess,
|
||||
|
||||
/// <summary>
|
||||
/// The server is responding locally on its port, a public check was skipped
|
||||
/// </summary>
|
||||
ExternalSkipped,
|
||||
|
||||
/// <summary>
|
||||
/// The server is responding locally on its port, a public check was made
|
||||
/// </summary>
|
||||
RunningExternalCheck,
|
||||
ExternalSuccess,
|
||||
|
||||
/// <summary>
|
||||
/// The server is responding externally on its port
|
||||
/// The server is responding publicly on its port
|
||||
/// </summary>
|
||||
Published,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue