project BLF > class BUDCConfiguration > method StopExternalInstances
Description
Stop instances that are started in AdditionalUpdates as part of current transaction
Parameters
oiReturnStatus | output | integer | Return status of the method. |
Internal usage
BLF
program code (program/budcconfiguration.p)
<ANCESTOR-CODE>
if vlBBusinessComponentStarted
then do:
<I-1 {bFcStopInstance
&CLASS = "BBusinessComponent"}>
assign vlBBusinessComponentStarted = false.
end.