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 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 of retries 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 of retries retries or until it succeeds.