project BLF > class BUDCConfiguration > method StopExternalInstances

Description

Stop instances that are started in AdditionalUpdates as part of current transaction


Parameters


oiReturnStatusoutputintegerReturn status of the method.


Internal usage


BLF
method BUDCConfiguration.AdditionalUpdates
method BUDCConfiguration.ValidateComponent


program code (program/budcconfiguration.p)

<ANCESTOR-CODE>

if vlBBusinessComponentStarted
then do:
    <I-1 {bFcStopInstance
         &CLASS           = "BBusinessComponent"}>
         
    assign vlBBusinessComponentStarted = false.
end.