Definition
Assembly: CloudNimble.ClaudeEssentials.dll Namespace: CloudNimble.ClaudeEssentials.Hooks.Enums Inheritance: System.EnumSyntax
Summary
Represents the reason why a session ended.Values
| Name | Value | Description |
|---|---|---|
Clear | 0 | Session ended due to a clear command. |
Logout | 1 | Session ended due to user logout. |
PromptInputExit | 2 | Session ended due to user exiting from prompt input. |
Other | 3 | Session ended for another unspecified reason. |