ClaudeCode.Hook.Output.Async (ClaudeCode v0.36.5)

View Source

Signals that the hook will respond asynchronously.

When returned, the CLI proceeds without waiting for the hook result.

Fields

  • :timeout - optional timeout in milliseconds for the async operation

Summary

Types

t()

@type t() :: %ClaudeCode.Hook.Output.Async{timeout: non_neg_integer() | nil}

Functions

to_wire(o)