resumeCollection method restarts event collection if it was previously paused using the pauseCollection method.
Syntax
Usage Example
Related Methods
- pauseCollection - Pause event collection
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
New: Support & Diagnostics troubleshooting guides are now live.
Resume event collection after it was paused.
resumeCollection method restarts event collection if it was previously paused using the pauseCollection method.
resumeCollection()
import { resumeCollection } from 'zeo-collect';
// Resume data collection
resumeCollection();
Was this page helpful?