referrerpolicy=no-referrer-when-downgrade

Module dispatchables

Source
Expand description

Auto-generated docs-only module listing all defined dispatchables for this pallet.

§Warning: Doc-Only

Members of this module cannot be used directly and are only provided for documentation purposes. To see the real version of each dispatchable, look for them in Pallet or Call.

Functions§

cancel
Cancel an anonymously scheduled task.
cancel_named
Cancel a named scheduled task.
cancel_retry
Removes the retry configuration of a task.
cancel_retry_named
Cancel the retry configuration of a named task.
schedule
Anonymously schedule a task.
schedule_after
Anonymously schedule a task after a delay.
schedule_named
Schedule a named task.
schedule_named_after
Schedule a named task after a delay.
set_retry
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 of retries retries or until it succeeds.
set_retry_named
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 of retries retries or until it succeeds.