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
| icAction | input | character | Action to be executed. |
| ocMessage | output | character | Message returned by the system |
| tDaemonStatusReturn | output | temp-table | |
| oiReturnStatus | output | integer | Return status of the method. |
Internal usage
BLF
program code (program1/tapplication.p)
assign vlDirectCall = true.
<M-1 run ExecuteAction
(input icAction (icAction),
output ocMessage (ocMessage),
output oiReturnStatus (oiReturnStatus)) in TApplication>