project BLF > class BEventDaemonProcessor > method Initialize

Description

Initialize the daemon.
In this method everything is prepared for the proper functioning of the daemon.


Parameters


oiReturnStatusoutputintegerReturn status of the method.


Internal usage


unused


program code (program/beventdaemonprocessor.p)

<ANCESTOR-CODE>

if not vlEventPublishingActive
then do:
    oiReturnStatus = -3.
    <M-53 run SetMessageInDaemonLog
       (input  #T-25'System setting Event Publishing is not enabled.':255(131745206)T-25# (icMessage), 
        output viFcReturnSuper (oiReturnStatus)) in BEventDaemonProcessor>
    return.
end.