Reputation: 1061
I want to pause the media scanner service and then do some work and resume the service. Is it possible? How can I do that?
Upvotes: 0
Views: 1895
Reputation: 1006664
If you are referring to the MediaScanner
, then, no, you cannot pause a scan operation. However, you can have it scan one file at a time, so you can pause/do work/resume yourself.
Upvotes: 1