Contents

compileAndReturnError(_:)

Compiles the receiver, if it is not already compiled.

Declaration

func compileAndReturnError(_ errorInfo: AutoreleasingUnsafeMutablePointer<NSDictionary?>?) -> Bool

Parameters

  • 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.

See Also

Compiling and Executing a Script