Contents

CFBundleIsExecutableLoaded(_:)

Obtains information about the load status for a bundle’s main executable.

Declaration

func CFBundleIsExecutableLoaded(_ bundle: CFBundle!) -> Bool

Parameters

  • bundle:

    The bundle to examine.

Return Value

true if bundle’s main executable has been loaded, otherwise false.

See Also

Loading and Unloading a Bundle