project QadFinancials > class BSystem > 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
QadFinancials
program code (program/bsystem.p)
<ANCESTOR-CODE>
/* ================= */
/* SystemProperty */
/* ================= */
if viBSystemPropertyID <> 0 and viBSystemPropertyID <> ?
then do :
<I-1 {bFcStopInstance
&CLASS = "BSystemProperty"}>
assign viBSystemPropertyID = 0.
end. /* if viBSystemPropertyID <> 0 and viBSystemPropertyID <> ? */