This event is sent when a operation result is notified. The type of result is indicated by the result argument and need to be retrieved from the service that executes the operation. An operation may provide multiple result notifications during its execution time, not only one callback when the operation is completed (or failed). This is up to the implementation of each asynchronous operation.
operation | Detailed operation information. | |
result | What type of result data that is available (if any). |
import "ToiOperationOperationResultEvent.idl";
Public Attributes | |
readonly attribute ToiOperationManagerOperationInfo | operation |
readonly attribute ToiOperationManager::TToiOperationResult | result |
readonly attribute long | evtType |
readonly attribute ToiEventTarget | evtTarget |
readonly attribute unsigned long long | evtTimeStamp |
readonly attribute ToiEventTarget ToiEvent::evtTarget [inherited] |
The event target that generated the event.
readonly attribute unsigned long long ToiEvent::evtTimeStamp [inherited] |
The time stamp that the event is generated.
readonly attribute long ToiEvent::evtType [inherited] |
The type of the event.