<?xml version="1.0" encoding="UTF-8" ?>
<EventGhost Version="1610" Guid="{15158241-87EC-4B56-96F1-8C24EBE6B120}" Time="1362472112.01">
    <Autostart Name="Autostart" Expanded="True">
        <Plugin Identifier="Timer" Guid="{6149CA99-1FCD-4450-9160-7543BC20CFD3}" File="Timer">
            gAIpLg==
        </Plugin>
    </Autostart>
    <Macro Name="Action 1" Expanded="True">
        <Action Name="Do Something then start timer">
            EventGhost.Comment()
        </Action>
        <Action>
            Timer.TimerAction(u'SomeName', 0, 1, 5.0, u'StartAction2', False, True, 1, u'00:00:00')
        </Action>
    </Macro>
    <Macro Name="Action 2" Expanded="True">
        <Event Name="Timer.StartAction2" />
        <Action Name="Will start when the timer will trigger its event">
            EventGhost.Comment()
        </Action>
    </Macro>
</EventGhost>
