Experimental
Experimental
isIndicate whether the operation completed synchronously (false) or will complete asynchronously (true).
Experimental
tokenA token to identify the operation in followup handler methods such as OperationHandler.getResult and OperationHandler.cancel.
A result that indicates that an operation has been accepted and will complete asynchronously.
Use HandlerStartOperationResult.async to create an async result object. Do not implement this interface directly.
Example