project BLF > class BResource > 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 BResource.AdditionalUpdates


program code (program/bresource.p)

If viBRole6ID <> 0 And
   viBRole6ID <> ?
Then Do:
    <I-1 {bFcStopInstance
            &CLASS           = "BRole"}>
    Assign viBRole6ID = 0.
End.

if viBSODViolationRule19ID <> 0
then do:
    <I-2 {bFcCloseAndStopInstance
         &CLASS           = "BSODViolationRule1"}>
end.

if viBSODViolationRule27ID <> 0
then do:
    <I-3 {bFcCloseAndStopInstance
         &CLASS           = "BSODViolationRule2"}>
end.

<ANCESTOR-CODE>