Function run_schedule

Source
pub fn run_schedule(
    label: impl ScheduleLabel,
) -> impl Command<Result<(), BevyError>>
Expand description

A Command that runs the schedule corresponding to the given ScheduleLabel.