project BLF > class BReportRequest > method StopExternalInstances

Description

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


Parameters


oiReturnStatusoutputintegerReturn status of the method.


Internal usage


unused


program code (program/breportrequest.p)

<ANCESTOR-CODE>

if viBReportDaemonQueueID <> 0
then do:
    <I-1 {bFcStopInstance
         &CLASS           = "BReportDaemonQueue"}>
end.

if viBReportScheduleID <> 0
then do:
    <I-2 {bFcStopInstance
         &CLASS           = "BReportSchedule"}>
end.