Framework EDI Reference. Constants
Progress Types Constants

Progress types constants indicate the type of internal operation currently in progress.  The percent of completion returned for the progress type returns a value from 1 to 100.  The following progress types are currently available: 

  The following event handlers use the Progress Type constant:

When an internal process defined by the progress type begins, the ProgressStart event is triggered passing the progress type.  During the process, the ProgressUpdate event is triggered after each change in the percent of completion with the progress type and the percent value passed as parameters to the event.  At the end of the process, the ProgressComplete event is triggered passing the progress type of the process completed.