var isCompiled : Bool
A Boolean value that indicates whether the receiver's script has been compiled.
ブール値、それはレシーバの持つスクリプトがコンパイルされているかどうかを指し示します。
Availability 有効性
Technology
var source: String
? { get }
It is possible for an NSApple
that has been instantiated with init(contents
to be a script for which the source code is not available but is nonetheless executable.
あるNSApple
でinit(contents
でインスタンス化されたものにとって、ソースコードが利用可能でないがそれにもかかわらず実行可能であるスクリプトであるというのは可能です。
var isCompiled : Bool