Menu

How to limit time execution?

Dmitry
2014-09-23
2014-09-23
  • Dmitry

    Dmitry - 2014-09-23

    How to set max time run or max execution time? eg, my app can execution time about 1 hour, but i need the app to execution about half an hour. How to, plz.

     
  • Denis

    Denis - 2014-09-23

    You should use timeout variable in the options tab.
    In XML it will be like this:
    <job timeout="00:30:00" name="Job name">

     

Log in to post a comment.