resultHistory
- global property
- new in 1.54:
the resultHistory
global property contains a list of information about the most recent non-empty settings of the result
. This allows access to non-empty results after the result
for an operation is no longer available. The resultHistory is kept trimmed to no more than the resultHistoryLimit
most recent items.
- Each value in
the resultHistory
is a property list with a "result" property holding the result value, a "handler" property with the name of the handler where the result occurred, and a "line" property with the line number within the handler where the result occurred. - Related: result, resultHistoryLimit