Runs the given script.
| Parameter | Description |
|---|---|
| ScriptFile | Script file to be run. File name with full path. |
| <further parameter> | Any further parameter will be passed on to the function of the script which is marked with the "[Start]" attribute. |
Only scripts with the "[Start]" attribute can be run. It is possible to use scripts with ActionCallingContext as a parameter. The specified ActionCallingContext will be passed on to the script (just as any other further parameter). See also "Eplan.EplApi.ApplicationFramework.ActionCallingContext". For more information see also "User Guide" > "API Framework" > "Scripts" > "Simple script with parameters".