Definition
Assembly: CloudNimble.ClaudeEssentials.dll Namespace: CloudNimble.ClaudeEssentials.Hooks.Enums Inheritance: System.EnumSyntax
Summary
Represents the source that triggered a session start event.Values
| Name | Value | Description |
|---|---|---|
Startup | 0 | Session started from initial startup of Claude Code. |
Resume | 1 | Session resumed from a previous session. |
Clear | 2 | Session started after a clear command. |
Compact | 3 | Session started after a compact operation. |