Class TaskRunnerExtensions
Provides extension methods for ITaskRunner.
Namespace: Singulink.UI.Tasks
Assembly: Singulink.UI.Tasks.dll
Syntax
public static class TaskRunnerExtensions
Methods
| Name | Description |
|---|---|
| EnterBusyScope(ITaskRunner) | Enters a busy task scope, marking the task runner as busy until the scope is disposed. The scope MUST be disposed to signal the completion of the busy task, otherwise an exception will be thrown when the scope is finalized by the garbage collector. This method is intended to be used with a using statement to ensure proper disposal of the scope. |