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


program code (program/bsodcategoryexclusion.p)

<ANCESTOR-CODE>

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

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