Description
Get a list of daemons that can be started
Parameters
ocDaemonNames | output | character | comma separated list of the internal name of the daemons to start |
ocDaemonLabels | output | character | comma separated list of the translated name of the daemons to start |
oiReturnStatus | output | integer | Return status of the method. |
Internal usage
unused
program code (program3/bdaemonfunctions.p)
<M-34 run GetDaemonStatus
(input {&DAEMONSTATUS-INACTIVE} (icDaemonStatus),
input 'Start' (icActivityCode),
output ocDaemonNames (ocDaemonNames),
output ocDaemonLabels (ocDaemonLabels),
output oiReturnStatus (oiReturnStatus)) in BDaemonFunctions>