SP.ClientRequestStatus Enumeration
Applies to: SharePoint Foundation 2010
Specifies the status of the client request during execution.
Values
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. |