Business Interlink Class Property

This section explains the StopAtError property.

Description

The StopAtError property specifies whether the execution of the PeopleCode program stops when there’s an error, or if the PeopleCode program tries to capture the errors.

This property takes a Boolean value: True to halt execution of your PeopleCode program at an error, False to continue executing. The default value is True.

This property is read/write.

Example

&QE_RP_SRAALL_1.StopAtError = False;