[This is preliminary documentation and is subject to change.]

Categorizes conditions that lead to server shutdowns.

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.2.4 (0.6.2.4)

Syntax

   
 C# 
public enum ShutdownReason

Members

MemberValueDescription
Unknown0
Other1
Use for mod- or plugin-triggered shutdowns.
FailedToInitialize2
InitLibrary or InitServer failed.
FailedToStart3
StartServer failed.
Restarting4
Server is restarting, usually because someone called /Restart.
Crashed5
Server has experienced a non-recoverable crash.
ShuttingDown6
Server is shutting down, usually because someone called /Shutdown.
ProcessClosing7
Server process is being closed/killed.

See Also