I have a timer already created in my plugin with xml, and when I enable it in my script it fires immediately.
How can I make it fire after 15 seconds when enabled?
I tried changing offset to 15, also tried seconds to 30 and offset to 15.
How can I make it fire after 15 seconds when enabled?
<timer name="rootNodeTimer" script="rootNodeTimerScript" second="15.00" offset_second="0.00" >
</timer>
I tried changing offset to 15, also tried seconds to 30 and offset to 15.