cancelSearch static method
- TaskHandler taskHandler
Cancel currently active search command.
Parameters
- IN progress Progress listener for the operation.
Throws
- An exception if it fails.
Implementation
static void cancelSearch(final TaskHandler taskHandler) {
taskHandler as TaskHandlerImpl;
objectMethod(
0,
'GuidedAddressSearchService',
'cancelSearch',
args: taskHandler.id,
);
}