TScCancellationToken
function IsCancellationRequested: boolean;
Description
Returns True if cancellation has been requested; otherwise, returns False.
Note: To issue a cancellation request you use the Cancel method.
See Also
Cancel
ThrowIfCancellationRequested