Skip to documentation
Docs navigation
Docs/stop()
Maintenance

stop()

Stop scheduled maintenance.

What it does

Stop scheduled maintenance.

Stopping waits for scheduler ownership to end cleanly; it does not undo lifecycle changes made by completed passes.

Signature

TypeScript
stop(): void

Example

example.ts
crawler.stop();