compileAndReturnError(_:)
Compiles the receiver, if it is not already compiled.
Declaration
func compileAndReturnError(_ errorInfo: AutoreleasingUnsafeMutablePointer<NSDictionary?>?) -> BoolParameters
- errorInfo:
On return, if an error occurs, a pointer to an error information dictionary.
Return Value
true for success or if the script was already compiled, false otherwise.