AddToDBTotals

Updates the application summary statistics in the reportTotal table in the Engine database with the cumulative batch size total in KB (rt_SizeKB) and the cumulative total number of checks processed (rt_Feature1Count).

Syntax

bool AddToDBTotals (strParam)

Parameters

None

Returns

Always True

Level

Batch level only

Details

When this action runs, it also sets the TotalStatsUpdated batch variable to avoid double-counting.
Example
AddToDBTotals()