Pause Manager
object PauseManager
A singleton object to manage pause states for different operations identified by a key.
The PauseManager allows you to pause and resume operations using a unique key. It can be useful for cases where certain tasks or event listeners should be temporarily paused, for example, during maintenance or other critical periods.