Method IsRunActive
IsRunActive(string)
Checks if a test run with a given guid is active.
선언
public static bool IsRunActive(string guid)
파라미터
타입 | 이름 | 설명 |
---|---|---|
string | guid | The guid of the test run to check for. |
반환
타입 | 설명 |
---|---|
bool | A boolean indicating if the test run is currently running. |
예외
타입 | 조건 |
---|---|
Exception | Throws an exception if no run data for the guid could be found. |