If the identifier can be successfully resolved as a script, the script is
compiled and returned as a CompilationResultSuccess. If an error
occurs in compiling it, the error is returned as a string.
Otherwise, the identifier is not recognized as a script, and this method
simply returns false.
Compile an internal script identifier.
Remarks
If the identifier can be successfully resolved as a script, the script is compiled and returned as a CompilationResultSuccess. If an error occurs in compiling it, the error is returned as a string.
Otherwise, the identifier is not recognized as a script, and this method simply returns
false
.