axlRestoreHistory
axlRestoreHistory(
t_session
x_historyEntry
)
=> t
Description
Sets the given history as the active setup in the given session.
Arguments
|
Name of session in which setup from the history is to be applied. |
||
Value Returned
Examples
Sets the specified history as the active setup in the given session.
session = (axlGetWindowSession)
=> "session0"
main_sdb = axlGetMainSetupDB(session)
=> 1001
x_historyEntry=axlGetHistoryEntry(x_mainSDB "Interactive.1")
=> 1112
axlRestoreHistory(session x_historyEntry)
=> t
Return to top