IScriptTextSetCompilerResult Method |
Sets the compiler result for this script.
Namespace: Altaxo.ScriptingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxbool SetCompilerResult(
IScriptCompilerResult result
)
Parameters
- result IScriptCompilerResult
- The compiler result.
Return Value
Booleantrue if the result indicates successful compilation; otherwise,
false.
See Also