loader_enqueue_launch

Function loader_enqueue_launch 

Source
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 instance
  • name (direction in) - pointer to the name or path of the application, or NULL to cancel a previous request
  • args (direction in) - pointer to argument to provide to the next app
  • flags (direction in) - additional flags. see enum documentation for more info