agentskit.js

CronScheduler

Auto-generated API reference for CronScheduler.

Interface: CronScheduler

Defined in: background.ts:112

#Properties

#start

start: () => void

Defined in: background.ts:113

#Returns

void


#stop

stop: () => void

Defined in: background.ts:114

#Returns

void


#tick

tick: (now?) => Promise<void>

Defined in: background.ts:116

Manually fire every job whose schedule matches now. Useful in tests.

#Parameters

now?

Date

#Returns

Promise<void>

Explore nearby

✎ Edit this page on GitHub·Found a problem? Open an issue →·How to contribute →

On this page