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.
Aborts this test run by using the given options.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
void Abort(
TestRunAbortOptions options
)
void Abort(
TestRunAbortOptions options
)
abstract Abort :
options:TestRunAbortOptions -> unit
Sub Abort (
options As TestRunAbortOptions
)
Parameters
options
Type: Microsoft.TeamFoundation.TestManagement.Client.TestRunAbortOptionsA member of the TestRunAbortOptions enumeration.
See Also
TestRunAbortOptions
Abort Overload
ITestRun Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top