Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ScheduledTaskUpdateOptions

Hierarchy

Index

Properties

Properties

Optional catchUp

catchUp: undefined | false | true

If the task should try to catch up if the bot is down.

since

0.5.0

Optional data

data: Record<PropertyKey, unknown>

The data to pass to the Task piece when the ScheduledTask is ready for execution.

since

0.5.0

Optional id

id: undefined | string

The ID for the task. By default, it generates one in base36.

since

0.5.0

Optional time

The time or {@link Cron} pattern.

since

0.5.0

Generated using TypeDoc