| ilIterationPerformedWorkItems | input | logical | Parameter that indicates whether the loop in which this method is called right before the "end." statement has performed work itmes from the queue. |
| oiReturnStatus | output | integer | Return status of the method. |
BLF
/* BLF-4246 delete obsoleted buffers */
<M-39 run StartPersistence
(output vhFcComponent (ohPersistence),
output viFcReturnSuper (oiReturnStatus)) in BBaseDaemonProcessor>
if viFcReturnSuper <> 0
then oiReturnStatus = viFcReturnSuper.
if viFcReturnSuper < 0
then return.
<M-77 run ClearBuffers () in persistence>