pub unsafe extern "C" fn NIMS_IsTaskRegistered(
titleId: u64_,
registered: *mut bool,
) -> ResultExpand description
Checks whether a background download task for the given title is registered with NIM.
ยงArguments
titleId- Title ID to check for.registered- Whether there is a background download task registered.