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