resolveFutures abstract method
Resolves pending futures with resultsJson and errorsJson.
resultsJson is a JSON object mapping call_id (string) to value.
errorsJson is a JSON object mapping call_id (string) to error message.
Implementation
ProgressResult resolveFutures(
int handle,
String resultsJson,
String errorsJson,
);