Hi Ashwini,
Add two buttons on the app, one for Start, another one for Stop.
For the Start one, set its OnSelect property: UpdateContext({Start:true})
For the Stop one, set its OnSelect property: UpdateContext({Start:false})
Then add a Timer control, set its Start property as: test
Please try if this will work for you.
Best regards,
Mabel Mao