Enum ExitReason
- Namespace
- Whim
- Assembly
- Whim.dll
The possible reasons why Whim has been shut down.
public enum ExitReason
Fields
Error = 1- Whim has been shut down because of an error.
Restart = 2- Whim has been shut down as it's currently restarting.
Update = 3- Whim has been shut down as it's currently updating.
User = 0- Whim has been shut down normally.