> ## Documentation Index
> Fetch the complete documentation index at: https://easyaf.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# HookDecision

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

## Definition

**Assembly:** CloudNimble.ClaudeEssentials.dll

**Namespace:** CloudNimble.ClaudeEssentials.Hooks

**Inheritance:** System.Enum

## Syntax

```csharp theme={"dark"}
CloudNimble.ClaudeEssentials.Hooks.HookDecision
```

## Summary

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

## Values

| Name    | Value | Description                              |
| ------- | ----- | ---------------------------------------- |
| `Allow` | 0     | Allow the operation to proceed normally. |
| `Block` | 1     | Block the operation from proceeding.     |
