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