-
Notifications
You must be signed in to change notification settings - Fork 42
LogoutMode
DummkopfOfHachtenduden edited this page May 29, 2016
·
4 revisions
public enum LogoutMode : byte
{
/// <summary>
/// Go to Process.CPSQuit
/// </summary>
Exit = 1,
/// <summary>
/// Go to Process.CPSRestart
/// </summary>
Restart = 2,
}
See also (interesting):