namespace XGame.Framework { public enum AppStatus : byte { Started = 0, Restarting, Closing, Closed } }