The tasks class provides a mechanism for coordinating the actions of multiple tasks within a test case.

Namespace:  Gallio.Framework
Assembly:  Gallio (in Gallio.dll) Version: 3.2.0.0 (3.2.570.0)

Syntax

C#
public static class Tasks
Visual Basic (Declaration)
Public NotInheritable Class Tasks

Remarks

Each task started by a test case is monitored. When the test exits, any remaining tasks are automatically aborted and disposed.

Inheritance Hierarchy

System..::.Object
  Gallio.Framework..::.Tasks

See Also