Module pallet_scheduler::pallet::dispatchables
source · Expand description
Functions§
- Cancel an anonymously scheduled task.
- Cancel a named scheduled task.
- Removes the retry configuration of a task.
- Cancel the retry configuration of a named task.
- Anonymously schedule a task.
- Anonymously schedule a task after a delay.
- Schedule a named task.
- Schedule a named task after a delay.
- Set a retry configuration for a task so that, in case its scheduled run fails, it will be retried after
period
blocks, for a total amount ofretries
retries or until it succeeds. - Set a retry configuration for a named task so that, in case its scheduled run fails, it will be retried after
period
blocks, for a total amount ofretries
retries or until it succeeds.