Skip to main content

Documentation Index

Fetch the complete documentation index at: https://easyaf.dev/llms.txt

Use this file to discover all available pages before exploring further.

Definition

Assembly: CloudNimble.ClaudeEssentials.dll Namespace: CloudNimble.ClaudeEssentials.Hooks Inheritance: System.Enum

Syntax

CloudNimble.ClaudeEssentials.Hooks.SessionEndReason

Summary

Represents the reason why a session ended.

Values

NameValueDescription
Clear0Session ended due to a clear command.
Logout1Session ended due to user logout.
PromptInputExit2Session ended due to user exiting from prompt input.
Other3Session ended for another unspecified reason.