Имя |
Описание |
CancellationGuard |
|
CancellationToken |
|
CancellationTokenRegistration |
|
CancellationTokenSource |
Signals to CancellationTokens that they should be canceled. |
CliTaskHandler |
Uses the stderr stream to inform the user about the progress of tasks. |
DialogTaskHandler |
Uses simple GTK# dialog boxes to inform the user about the progress of tasks. |
ForEachTaskTest |
|
GuiTaskHandlerBase |
Common base class for GTK# ITaskHandler implementations. |
SimplePercentTask |
|
SimpleTask |
A delegate-driven task. Only completion is reported, no intermediate progress. |
SimpleTaskTest |
|
TaskBase |
|
TaskRunDialog |
A dialog with a progress bar that runs and tracks the progress of an ITask. |
TaskSnapshot |
|
WaitTask |
Waits for a WaitHandle to become available. |
WaitTaskTest |
|