ICancelOperation Interface |
Provides a simple cancellation flag that can be checked during long-running
operations such as an AI agent chat loop.
Namespace: Seal.AIAssembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntaxpublic interface ICancelOperation
The ICancelOperation type exposes the following members.
Properties| | Name | Description |
|---|
 | Cancel |
When true, the current operation should be aborted as soon as possible.
|
Top
See Also