How to Schedule Background Task on button click

Hello,
I want to create a simple background task with scheduler. i.e a background tasks that runs every 30min. Also, Initially I have to get configuration from Graohic screen and on button click it has to start scheduler (background task and run every 30min)

Please suggest me.
  • Dear Shashankr

    You can do it simply by using disable option in scheduler . just put a boolean tag in it..

    for Further help

    in scheduler to Disable a timer of 30 Minutes just add in disable field " Not$bit0" Where bit0 is a boolean type and will be true when user will press the button for confirmation.

    Secondly for a bit0 from user make a button and then apply " Command " option after than Under " ON down " tab right code in Tag " bit0" and Under Expression just "1"

    Hope you will do it easily Now.

    Enjoy