Classes
| Class | Description | |
|---|---|---|
| ProgressMonitorDialog |
Progress dialog.
| |
| TaskCancelled |
Event fired when a task is cancelled.
| |
| TaskCompleted |
Event fired when a task is completed.
| |
| TaskManager |
Supports all classes in the .NET Framework class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all classes in the .NET Framework; it is the root of the type hierarchy.
| |
| TaskQueue |
Manages multiple queues of tasks.
| |
| TaskRunner |
Supports all classes in the .NET Framework class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all classes in the .NET Framework; it is the root of the type hierarchy.
| |
| TaskStarted |
Event fired when a task is started.
| |
| ToolStripProgressBar |
Impl of a tool strip progress bar for Gallio progress monitoring.
|
Interfaces
| Interface | Description | |
|---|---|---|
| ICommand |
Command pattern.
| |
| ITaskManager |
A task manager for UI applications.
| |
| ITaskQueue |
A task queue, for use by the TaskManager.
| |
| ITaskRunner |
Takes care of running queued tasks.
|
