Interface: IStartOperationResponse
nexus.v1.IStartOperationResponse
Properties of a StartOperationResponse.
Implemented by
Properties
asyncSuccess
• Optional asyncSuccess: null | IAsync
StartOperationResponse asyncSuccess
operationError
• Optional operationError: null | IUnsuccessfulOperationError
The operation completed unsuccessfully (failed or canceled).
syncSuccess
• Optional syncSuccess: null | ISync
StartOperationResponse syncSuccess