1
Answer

Pause / Stop a method

Ask a question
Chris

Chris

16y
2.2k
1

I have an application that searches through log files for a string match.  Its not uncommon that I'm searching through hundreds of files at a time, and sometimes I want to pause or stop the search.

How can I implement a pause or stop function that pauses/stops the 'Search' method, for example?


Answers (1)