maeSaveFaultsRunCount
maeSaveFaultsRunCount( [?sessiont_sessionName] [?faultsCountx_faultsCount] ) =>x_faultsCount
Description
Saves the faults count globally for further use. If a fault count already exists, it adds the provided value to the existing value. This is exclusive for the fault dropping flow.
Arguments
Value Returned
Examples
The following example explains how to save the fault counts:
maeSaveFaultsRunCount(?faultsCount 100)
=> 108
Related Topics
Return to top