SessionEndReasons Enum

Definition

Defines identifiers that represent how the current logon session is ending.

public enum class SessionEndReasons
public enum SessionEndReasons
type SessionEndReasons = 
Public Enum SessionEndReasons
Inheritance
SessionEndReasons

Fields

Logoff 1

The user is logging off and ending the current user session. The operating system continues to run.

SystemShutdown 2

The operating system is shutting down.

Applies to

See also