cancelSearch static method
- TaskHandler taskHandler
Cancel an active search operation.
Parameters
taskHandler: The TaskHandler returned by a search method, identifying the operation to cancel.
Implementation
static void cancelSearch(final TaskHandler taskHandler) {
taskHandler as TaskHandlerImpl;
staticMethod('SearchService', 'cancelSearch', args: taskHandler.id);
}