pub fn schedule_after<T: Config>(
    after: BlockNumberFor<T>,
    maybe_periodic: Option<Period<BlockNumberFor<T>>>,
    priority: Priority,
    call: Box<<T as Config>::RuntimeCall>
)
Expand description

Anonymously schedule a task after a delay.

§Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::schedule_after.