CustomCancellationToken IsCancellationRequested Property C# API
Function to be regularly checked by the background script inside the loop to see if the cancellation was requested.

Namespace: Facilita.Fc.Runtime.BackgroundScripting
Assembly: fc_clr (in fc_clr.dll) Version: 9.5.5.77
Syntax

public bool IsCancellationRequested { get; }
See Also