The BProcessEventType enumeration contains types of events that can occur during process or single step execution.
It is used by the following properties and methods:
IBProcess.CreateProcessEventEmail;
| Value | Brief description |
| 0 | None. Event type is not specified. |
| 1 | BeforeStep. Before step execution. |
| 2 | AfterStep. After step execution. |
| 3 | RollbackStep. Step rollback. |
| 4 | StartProcess. Start process for execution. |
| 5 | RestartProcess. Restart process. |
| 6 | StopProcess. Stop process execution. |
| 7 | FinishProcess. Finish process after all steps are executed. |
| 8 | FailDeadline. On step execution deadline disruption. |
See also: