pub unsafe extern "C" fn loader_enqueue_launch(
instance: *mut Loader,
name: *const c_char,
args: *const c_char,
flags: LoaderDeferredLaunchFlag,
)Expand description
Enqueues a request to launch an application after the current one
ยงArguments
instance(direction in) - pointer to the loader instancename(direction in) - pointer to the name or path of the application, or NULL to cancel a previous requestargs(direction in) - pointer to argument to provide to the next appflags(direction in) - additional flags. see enum documentation for more info