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

Schedule a named 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_named_after.