Function pallet_scheduler::pallet::dispatchables::schedule   
source · pub fn schedule<T: Config>(
    when: BlockNumberFor<T>,
    maybe_periodic: Option<Period<BlockNumberFor<T>>>,
    priority: Priority,
    call: Box<<T as Config>::RuntimeCall>
)Expand description
Anonymously schedule a task.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::schedule.