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.
Gets the state of any post-process activities that occur on the server.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
PostProcessState PostProcessState { get; }
property PostProcessState PostProcessState {
PostProcessState get();
}
abstract PostProcessState : PostProcessState with get
ReadOnly Property PostProcessState As PostProcessState
Property Value
Type: Microsoft.TeamFoundation.TestManagement.Client.PostProcessState
The state of any post-process activities that occur on the server.
See Also
PostProcessState
ITestRun Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top