BusinessProcessRoutePointRef.OnComplete
Syntax:
Parameters:
<RoutePoint>
Business process route point of End type, where business process is completed.
<Cancel>
Business process completion cancel flag. If required completion conditions are not met (for example, when not all required actions specified by this business process are executed), in the body of handler procedure you should set a value of this parameter to True. In this case business process will not be completed.
Default value: False.
Description:
Note:
This event is not interactive and it is not recommended to open any dialog windows.