Back to Misc PlugITs content page

"Countdown" PlugIT

The "Countdown" PlugIT allows to start a timed countdown and to get its value anytime.

Parameters

1

Countdown time in hours / minutes / seconds.

2

Auto Start allows to start the countdown when the application starts.

Actions

Get elapsed

Return the elapsed time in the parameter link of the "Time elapsed" event.

Get time left

Return the elapsed time in the parameter link of the "Time left" event.

Pause

Pauses the countdown.

Start

Starts (or restart) the countdown.

Stop

Stops and reset the countdown.

Events

Current

Continuously sends the time left in the "hh mm ss" format.

Ended

Triggered when the countdown reaches 0.

Paused

Triggered when the countdown is paused.

Started

Triggered when the countdown is (re)started.

Stopped

Triggered when the countdown is stopped.

Time elapsed

The elapsed time in the "hh mm ss" format.

Time left

The time left in the "hh mm ss" format.