The Tasks type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CreateProcessTask |
Creates a new process task but does not start it.
| |
| CreateThreadTask |
Creates a new thread task but does not start it.
| |
| JoinAndVerify |
Waits for all tasks to complete or for timeout to occur;
then verifies that no failures have occurred in any of the tasks.
| |
| StartProcessTask |
Starts a new process and begins watching it.
| |
| StartThreadTask |
Starts a new thread task.
| |
| Verify |
Verifies that no failures have occurred in any of the tasks.
| |
| WatchTask |
Adds a new task for the task manager to watch.
|
Extension Methods
| Name | Description | |
|---|---|---|
| Format | Overloaded. |
Properties
| Name | Description | |
|---|---|---|
| TaskContainer |
Gets the task container for the current TestContext.
|
