DoProcess - BusinessProcess
Starts the batch process
Type: Procedure
Syntax
Procedure DoProcess
Call Example
Send DoProcess
Description
DoProcess is the primary external interface into this object. This starts the batch process.
It calls Start_Process, calls OnProcess, and calls End_Process.
Usually you do not need to augment this. You can augment OnProcess, which is where your processing code should be.