Auto Scanner
Core Methods
notify
Notifies the auto-scanner to check for new files.
Example:
// Notify the auto-scanner to check for new files
ctx.autoScanner.notify()
console.log("Auto-scanner notified to check for new files")
Last updated