AbstractScriptMakeSureWasTriedToCompile Method |
This ensures that it was tried to compile the script. If the script object is null, and it was not already tried to compile the
script, the script will be compiled by this function, and the script object will be created if the comilation was sucessfull. The flag isTriedToCompile is set
to true then (independent on the success of the compilation) to avoid subsequent tries to compile the code.
Namespace: Altaxo.ScriptingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void MakeSureWasTriedToCompile()
See Also