Method IsRunActive
IsRunActive(string)
Checks if a test run with a given guid is active.
Declaration
public static bool IsRunActive(string guid)
Parameters
| Type | Name | Description |
|---|---|---|
| string | guid | The guid of the test run to check for. |
Returns
| Type | Description |
|---|---|
| bool | A boolean indicating if the test run is currently running. |
Exceptions
| Type | Condition |
|---|---|
| Exception | Throws an exception if no run data for the guid could be found. |