This documentation is archived and is not being maintained.
ClientRequestStatus enumeration
Specifies the status of the client request during execution.
Namespace:
Microsoft.SharePoint.ClientAssembly:
Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)
No code example is currently available or this language may not be supported.
| Member name | Description |
|---|
| Active | The client request is active and has not been executed. |
| InProgress | The client request is in progress. |
| CompletedSuccess | The client request was completed successfully. |
| CompletedException | The client request was completed, but an exception was thrown during execution. |