The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
PostProcessState Enumeration
This API supports the product infrastructure and is not intended to be used directly from your code.
Enumerates the possible settings for the state of any post-processing that occurs on the server, such as code coverage analysis.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
| Member name | Description | |
|---|---|---|
| Complete | All post-processing is completed or no post processing was required. | |
| InProgress | Post-processing has been started, but is not yet finished. | |
| Pending | Post-processing is scheduled but has not yet started. | |
| Unspecified | No state is set. | |
| Upgrade | Post-processing requires upgrading test results from an earlier version. |
Show: