Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enumerates the options to use to abort a test run.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration TestRunAbortOptions
[FlagsAttribute]
public enum TestRunAbortOptions
[FlagsAttribute]
public enum class TestRunAbortOptions
[<FlagsAttribute>]
type TestRunAbortOptions
public enum TestRunAbortOptions
Members
Member name | Description | |
---|---|---|
DeleteUnexecutedResults | Deletes all results for tests that have not yet completed. | |
None | Unexecuted tests are marked as "aborted". Default behavior. |