Initializes a new ScheduledTask
The client that initialized this instance
The name of the task this ScheduledTask is for
The time or {@link Cron} pattern
The options for this ScheduledTask instance
If the ScheduledTask is being run currently
If the task should catch up in the event the bot is down
The Client instance that initialized this instance
The stored metadata to send to the Task
The id for this scheduled task
Whether this scheduled task is scheduled with the {@link Cron} pattern
The name of the Task this scheduled task will run
The Date when this scheduled task ends
The Schedule class that manages all scheduled tasks
The Task instance this scheduled task will run
Delete the task
Run the current task and bump it if needed
Override for JSON.stringify
Update the task
Generate a new ID based on timestamp and shard
The Discord client
Resolve the time and cron
The time or {@link Cron} pattern
Validate a task
The task to validate
Generated using TypeDoc
The structure for future tasks to be run