[About] Version=1.0 Author=Nic Mail=support@nic.tele7.ru [Type] Class=DPElement Info=Script execution engine Sub=,,,Arguments|Arg Tab=LowLevel [Property] +@Script=Sets the script code to be executed. ARG(string)|2|//public class Script //uncomment if UseClass=True\r\n//{\r\npublic static void Main(object[] args)\r\n{\r\n}\r\n//} Arguments=Sets the number of arguments. ARG(int)|1|0 UseClass=Allows you to define a script as a class. ARG(bool)|14|1|True,False NoCache=Disable cache. ARG(bool)|14|1|True,False [Methods] doCScript=Executes the script. ARG(object[] args)|1|0 *doCheck=Checks the script. ARG()|1|0 onResult=Occurs after the script finishes and returns the result to the flow. ARG(object)|2|0 *onError=Occurs if the script contains syntax errors and returns the debug information. ARG(string)|2|2 Result=Returns the result of the script execution. ARG(object)|3|0