Intended as a window level task such as executing a query (like applying ICommand to a window).
| C# | Visual Basic | Visual C++ |
public interface IPerformTask
Public Interface IPerformTask
public interface class IPerformTask
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| CancelTask()()() |
Cancels the current task.
| |
| ExecuteTask()()() |
Executes the current task.
| |
| IsBusy |
True if a task is being executed.
|