Share via


KernelArgumentsExtensions.IsTerminateFlow(KernelArguments) Method

Definition

Check if we should terminate flow based on current context.

public static bool IsTerminateFlow (this Microsoft.SemanticKernel.KernelArguments arguments);
static member IsTerminateFlow : Microsoft.SemanticKernel.KernelArguments -> bool
<Extension()>
Public Function IsTerminateFlow (arguments As KernelArguments) As Boolean

Parameters

arguments
KernelArguments

Context arguments.

Returns

Applies to