---
title: isCompiled
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nsapplescript/iscompiled
---

# isCompiled

A Boolean value that indicates whether the receiver’s script has been compiled.

## Declaration

```swift
var isCompiled: Bool { get }
```

## See Also

### Getting Information About a Script

- [source](foundation/nsapplescript/source.md)
