Interface: ScheduledTaskOptions
scheduled-tasks/src.ScheduledTaskOptions
Hierarchy
Options
↳
ScheduledTaskOptions
Properties
enabled
• Optional
Readonly
enabled: boolean
Inherited from
Piece.Options.enabled
Defined in
node_modules/@sapphire/pieces/dist/index.d.ts:420
interval
• Optional
interval: null
| number
Defined in
projects/plugins/packages/scheduled-tasks/src/lib/structures/ScheduledTask.ts:22
name
• Optional
Readonly
name: string
Inherited from
Piece.Options.name
Defined in
node_modules/@sapphire/pieces/dist/index.d.ts:415
pattern
• Optional
pattern: null
| string
Defined in
projects/plugins/packages/scheduled-tasks/src/lib/structures/ScheduledTask.ts:23