Progress
This class is used to send progress information during long running operations
Properties
title
get the title
set the title
total
get the total
set the total amount of work
example:
progress.total = flt.count();
current
get the current position
set the current amount of work (for progress par)
example:
progress.current = 10