project BLF > class TApplication > method ExecuteActionDirect

Description

Wrapper method around the "ExecuteAction", which returns the daemon status if asked for, without a normal output to the standard out.


Parameters


icActioninputcharacterAction to be executed.
ocMessageoutputcharacterMessage returned by the system
tDaemonStatusReturnoutputtemp-table
oiReturnStatusoutputintegerReturn status of the method.


Internal usage


BLF
method ApplicationControl.Main


program code (program1/tapplication.p)

assign vlDirectCall = true.

<M-1 run ExecuteAction
   (input  icAction (icAction), 
    output ocMessage (ocMessage), 
    output oiReturnStatus (oiReturnStatus)) in TApplication>