SpotlightQuery.Pause
From Xojo Documentation
Method
This method is only available on the macOS platform. For cross-platform compatibility, use #If...#Endif with the Target... specifiers to make sure you will not attempt to use this method on an incompatible platform. |
Temporarily pauses the query from posting any updates.
Notes
This means that the Count and Item functions will not change until you resume the query by calling Resume.