Definition
Assembly: CloudNimble.ClaudeEssentials.dll Namespace: CloudNimble.ClaudeEssentials.Hooks.Outputs Inheritance: CloudNimble.ClaudeEssentials.Hooks.Outputs.HookOutputBaseSyntax
Summary
Represents the output for a SubagentStop hook. Used to optionally block a subagent from stopping and continue processing.Constructors
.ctor
Syntax
.ctor Inherited
Inherited from
CloudNimble.ClaudeEssentials.Hooks.Outputs.HookOutputBaseSyntax
.ctor Inherited
Inherited from
objectSyntax
Properties
Continue Inherited
Inherited from
CloudNimble.ClaudeEssentials.Hooks.Outputs.HookOutputBaseSyntax
Property Value
Type:bool
Remarks
This property is always serialized to ensure explicit intent is communicated.Decision
Gets or sets the decision for the subagent stop operation. Set to HookDecision.Block to prevent the subagent from stopping.Syntax
Property Value
Type:System.Nullable<CloudNimble.ClaudeEssentials.Hooks.Enums.HookDecision?>?
Reason
Gets or sets the reason for blocking the stop operation. Required when blocking to explain why the subagent should continue.Syntax
Property Value
Type:string?
StopReason Inherited
Inherited from
CloudNimble.ClaudeEssentials.Hooks.Outputs.HookOutputBaseSyntax
Property Value
Type:string?
SuppressOutput Inherited
Inherited from
CloudNimble.ClaudeEssentials.Hooks.Outputs.HookOutputBaseSyntax
Property Value
Type:bool
SystemMessage Inherited
Inherited from
CloudNimble.ClaudeEssentials.Hooks.Outputs.HookOutputBaseSyntax
Property Value
Type:string?
Methods
Equals Inherited Virtual
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
obj | object? | - |
Returns
Type:bool
Equals Inherited
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
objA | object? | - |
objB | object? | - |
Returns
Type:bool
GetHashCode Inherited Virtual
Inherited from
objectSyntax
Returns
Type:int
GetType Inherited
Inherited from
objectSyntax
Returns
Type:System.Type
MemberwiseClone Inherited
Inherited from
objectSyntax
Returns
Type:object
ReferenceEquals Inherited
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
objA | object? | - |
objB | object? | - |
Returns
Type:bool
ToString Inherited Virtual
Inherited from
objectSyntax
Returns
Type:string?