Click or drag to resize

ICancelOperation Interface

Provides a simple cancellation flag that can be checked during long-running operations such as an AI agent chat loop.

Namespace: Seal.AI
Assembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntax
C#
public interface ICancelOperation

The ICancelOperation type exposes the following members.

Properties
 NameDescription
Public propertyCancel When true, the current operation should be aborted as soon as possible.
Top
See Also