maeAddPreRunScript
maeAddPreRunScript(t_runName t_preRunScriptFileName[?sessiont_sessionName] ) => t / nil
Description
Adds the pre-run script to the specified run in the run plan.
Arguments
|
Name of the session. If not specified, the current session is used. |
|
Value Returned
Examples
Adds a pre-run script to run Run.0:
maeAddPreRunScript("Run.0" "/home/user/maeBestPreScript.il")
=> t
Related Topics
Return to top