finishAsyncWithResponse method
Calls the more appropriate finishAsyncExecute when the delay associated with this query has expired.
Implementation
@override
void finishAsyncWithResponse(AFFinishQuerySuccessContext<AFUnused> context) {
keepGoing = finishAsyncExecute(context);
if(!keepGoing) {
context.dispatch(AFShutdownPeriodicQueryAction(this.key));
}
}