Task |
The TaskCancelController type exposes the following members.
| Name | Description | |
|---|---|---|
| CmdAbandon | Gets the command that abandons the operation. | |
| CmdCancellationHard | Gets the command that requests hard cancellation. | |
| CmdCancellationSoft | Gets the command that requests soft cancellation. | |
| CmdInterrupt | Gets the command that interrupts the thread. | |
| IsAbandonVisible | Gets a value indicating whether the abandon command should be visible. | |
| IsCancellationHardVisible | Gets a value indicating whether the hard-cancellation command should be visible. | |
| IsCancellationSoftVisible | Gets a value indicating whether the soft-cancellation command should be visible. | |
| IsExecutionInProgress | Gets or sets a value indicating whether execution is still in progress. | |
| IsInterruptVisible | Gets a value indicating whether the interrupt command should be visible. | |
| IsThread | Gets a value indicating whether the controller is handling a thread. | |
| IsWindowVisible | Gets or sets a value indicating whether the progress window should be visible. | |
| Monitor | Gets or sets the progress monitor used by the controller. | |
| ProgressText | Gets or sets the current progress text. | |
| ProgressValue | Gets or sets the current progress value. | |
| StateOfCancelling | Gets or sets the current cancellation state. | |
| Title | Gets or sets the dialog title. | |
| WasCancelledByUser | Gets a value indicating whether the execution was cancelled by the user. |