CustomCancellationToken ClassC# API
This is helper class to allow the background script to monitor cancellation requests from the main script (or VU) and signal back that it accepted cancellation.
Inheritance Hierarchy

System Object
  Facilita.Fc.Runtime.BackgroundScripting CustomCancellationToken

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

public class CustomCancellationToken
See Also