Events
The following table provides a brief description for each event associated with the
Batch Phase Execution
control. There are no parameters associated with any of these events.Event | Description |
OnAbort | Fired by the Batch Phase Execution control when the phase is in the ABORTING state. Only happens after the Initialize method is invoked. |
OnHold | Fired by the Batch Phase Execution control when the phase is in the HOLDING state. Only happens after the Initialize method is invoked. |
OnRun | Fired by the Batch Phase Execution control when the phase is in the RUNNING state. Only happens after the Initialize method is invoked. |
OnRestart | Fired by the Batch Phase Execution control when the phase is in the RESTARTING state. Only happens after the Initialize method is invoked. |
OnStop | Fired by the Batch Phase Execution control when the phase is in the STOPPING state. Only happens after the Initialize method is invoked. |
OnIdle | Fired by the Batch Phase Execution control when the phase is in the IDLE state. Only happens after the Initialize method is invoked. |
OnLoadCheckPointFail | Fired by the Batch Phase Execution control during startup if there are no valid checkpoints to load and the CheckPointEnable property is set to TRUE. |
OnPowerUp | Fired by the Batch Phase Execution control during execution of the Initialize method. Only called if the Initialize method is successful. |
Provide Feedback