RestApiResponseStatus enum
The status of a REST Api response status.
Fields
| Completed = 0 | The operation is completed. |
| Failed = 1 | The operation is failed. |
| Inprogress = 2 | The operation is in progress. |
| Skipped = 3 | The operation is in skipped. |