pub fn run_system_cached<M, S>(system: S) -> impl Command<Result<(), BevyError>>where M: 'static, S: IntoSystem<(), (), M> + Send + 'static,
A Command that runs the given system, caching its SystemId in a CachedSystemId resource.
Command
SystemId
CachedSystemId