Skip to main content

Definition

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

Syntax

CloudNimble.ClaudeEssentials.Hooks.Enums.HookDecision

Summary

Represents a hook’s decision to block or allow an operation.

Values

NameValueDescription
Allow0Allow the operation to proceed normally.
Block1Block the operation from proceeding.