actions — Wrapper element for multiple action elements.
Example 8. Actions Example
<actions>
<action name="Start Server" tooltip="Start a server.">
<command value="/bin/bash ./start_server.sh" statusmsg="Starting Server"
errormsg="Failed to start server."/>
</action>
<action name="Kill Server" tooltip="Kill a server.">
<command value="/bin/bash ./kill_server.sh" statusmsg="Killing Server"
errormsg="Failed to kill server."/>
</actions>