maeDeleteExplorerHistory
maeDeleteExplorerHistory(t_sessionName t_historyName) => t/ nil
Description
Deletes the specified ADE Explorer history from the given maestro session.
You can delete only one history at a time.
Arguments
|
Name of the maestro session for which the history is to be deleted. |
||
Value Returned
|
The specified history is deleted from the given maestro session. |
||
Examples
Deletes the history ExplorerRun.0 from the maestro session fnxSession0.
maeDeleteExplorerHistory("fnxSession0" "ExplorerRun.0")
=> t
Return to top