Notifies to the client that a transformation has been completed.
Method | /V1/Eyeshot.svc/OnTransformationCompleted |
The response body is of type OnTransformationCompleted.
Name | Description | Data Type |
---|---|---|
transformationType | The transformation type completed. | TransformationsType |
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 |
|