maeGetHistoryLockFlag
maeGetHistoryLockFlag( [?historyNamet_historyName] [?sessiont_sessionName] ) =>n_flag/ nil
Description
Returns the lock status for the specified history.
Arguments
|
Name of this history for which you want to get the lock status. |
||
Value Returned
Examples
Returns the lock status of a Monte Carlo run history in the current session:
maeGetHistoryLockFlag("MonteCarlo.0")
=> 4
Return to top