ClaudeCode.Hook.Output.Async (ClaudeCode v0.36.5)
View SourceSignals 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
@type t() :: %ClaudeCode.Hook.Output.Async{timeout: non_neg_integer() | nil}