![]() |
![]() |
![]() |
Alarmd Reference Manual | ![]() |
---|---|---|---|---|
AlarmdActionExec; AlarmdAction* alarmd_action_exec_new (void);
AlarmdActionExec is an action type that, upon firing, runs a command. The
command is run with
AlarmdActionExec also includes the dialog showing properties of AlarmdActionDialog, see its documentation for details. The rest of the action is only run if the dialog is closed; so on snooze the action will be delayed too.
AlarmdAction* alarmd_action_exec_new (void);
Creates new exec alarmd action.
Returns : | Newly created AlarmdActionExec. |