Notifies to the client that an operation has been completed.
Method | /V1/Eyeshot.svc/OnOperationCompleted |
The response body is of type OnOperationCompleted.
Name | Description | Data Type |
---|---|---|
operationType | The operation type completed. | OperationsType |
resultsCount | How many files the operation has prepared for the download. | xml:int |
log | A string containing the log of the operation. | xml:string |
skipped | True when the operation was skipped because of errors occurred (see the log parameter for details). | xml:boolean |
|