Experimental
A result that indicates that an operation completed successfully.
Use HandlerStartOperationResult.sync to create a sync result object. Do not implement this interface directly.
return HandlerStartOperationResult.sync(42); Copy
return HandlerStartOperationResult.sync(42);
Indicate whether the operation completed synchronously (false) or will complete asynchronously (true).
The return value of the operation.
A result that indicates that an operation completed successfully.
Use HandlerStartOperationResult.sync to create a sync result object. Do not implement this interface directly.
Example