Events for BusinessProcess
View event list in alphabetical order.
| Name | Description | Defining Class |
|---|---|---|
| OnError | Provided as a hook to handle custom error reporting This does nothing by default and is provided as a hook to handle custom error reporting. | BusinessProcess |
| OnProcess | Event to place processing code Create this procedure. | BusinessProcess |
| Process_Interrupt | Called by Cancel_Check if a user response is required to determine if a process should be canceled | BusinessProcess |
Inherited Events from cObject
| Name | Description | Defining Class |
|---|---|---|
| Construct_Object | Object constructor. | cObject |
| Destroy_Object | Sent when an object is about to be destroyed The Destroy_Object event is sent to an object when it is about to be destroyed. | cObject |
| End_Construct_Object | End of object constructor. | cObject |