Write a short description
This is a simple countdown extension with multiple functions. Countdown will run in the background as well when the app is minimized but not when the app is killed from the process.
Add a picture of all the blocks
Write instructions to use your extension
This event will trigger if countdown is already running and tried to start countdown again.
Returns true if countdown is running otherwise false.
This event will trigger when countdown is finished.
This event will returns remaining time in the countdown.
Starts the countdown with given time in milliseconds.
Stops the countdown and reset it.
Resumes the countdown from where it was paused.
Pauses the countdown.
Download
Countdown.aix (7.6 KB)
Test.aia (69.2 KB)