Unit
ScCLRClasses
Description
The TScCancellationToken class is intended to send a notification that the current operation must be canceled.
An instance of this class is commonly passed to an asynchronous method. TScCancellationToken allows the calling or any other thread to cancel the operation performed by the method.
To cancel an operation you use the Cancel method. To check if an operation has been canceled you use the IsCancellationRequested method.