ProgressContext
Handle
interface ProgressContext { readonly cancellationToken: cancellationToken;}Properties
property
cancellationTokencancellationTokengetGets the `CancellationToken` that is triggered when the user clicks the cancel button or the operation is externally canceled.