maeAddPostRunScript
maeAddPostRunScript(t_runName t_postRunScriptFileName[?sessiont_sessionName] ) => t / nil
Description
Adds the given post-run script to the specified run in the run plan.
Arguments
|
Name of the run to which the post-run script file is to be added. |
|
|
Name of the session. If not specified, the current session is used. |
|
Value Returned
Examples
Adds a post-run script to run Run.0:
maeAddPostRunScript("Run.0" "/home/user/maeBestPoint.il")
=> t
Related Topics
Return to top