axlReEvaluateHistory
axlReEvaluateHistory(
t_sessionName
x_historyHandle
S_mode
)
=> t / nil
Description
Re-evaluates the history in the specified mode with respect to the active setup for a given session.
Arguments
Value Returned
Examples
Re-evaluates the history in the specified mode with respect to the active setup for a given session.
session = axlGetWindowSession( hiGetCurrentWindow())
history = axlGetCurrentHistory(session)
axlReEvaluateHistory(session history 'all)
Return to top