Skip to content

Start_Process - BusinessProcess

Starts the batch process

Type: Procedure

Syntax

Procedure Start_Process

Call Example

Send Start_Process

Description

You usually do not need to call Start_Process directly; you should start a BusinessProcess by calling DoProcess.

Start_Process starts the batch process, intializes and displays the status panel if required (if Status_Panel_State is True), initializes log if required. Zeroes the Error_Count.

This is a good place for augmentation (please Forward Send).

Procedure Start_Process
    Forward Send Start_Process
End_Procedure