---
title: "CFBundleIsExecutableLoaded(_:)"
framework: corefoundation
role: symbol
role_heading: Function
path: "corefoundation/cfbundleisexecutableloaded(_:)"
---

# CFBundleIsExecutableLoaded(_:)

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

## Declaration

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

## Parameters

- `bundle`: The bundle to examine.

## Return Value

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

## See Also

### Loading and Unloading a Bundle

- [CFBundlePreflightExecutable(_:_:)](corefoundation/cfbundlepreflightexecutable(_:_:).md)
- [CFBundleLoadExecutable(_:)](corefoundation/cfbundleloadexecutable(_:).md)
- [CFBundleLoadExecutableAndReturnError(_:_:)](corefoundation/cfbundleloadexecutableandreturnerror(_:_:).md)
- [CFBundleUnloadExecutable(_:)](corefoundation/cfbundleunloadexecutable(_:).md)
