Forum

Author Topic: Wait/Delay Job - Batch Process  (Read 2428 times)

wojtek

  • Sr. Member
  • ****
  • Posts: 284
    • View Profile
Wait/Delay Job - Batch Process
« on: July 29, 2015, 02:09:58 AM »
Hey guys,

I think an addition of a Batch Process Job type that allows to postpone the batch queue by specified time would be very welcome.

For example, I open two separate projects. I want them both to process on one machine without my attention. By adding Delay of X hours  I ensure one is finished before the other starts. (I'm talking about projects that are simply too big to load up as several chunks in one APS project)

A job of "Close application" would be welcome as well.


Thanks!

r0xx

  • Jr. Member
  • **
  • Posts: 73
    • View Profile
Re: Wait/Delay Job - Batch Process
« Reply #1 on: August 06, 2015, 11:27:44 AM »
You could do all the steps you said with Python I guess since there is no processing step right now which does what you want...