OSDN Git Service

When job's are added via "--add-job", the job will now be either started immediately...
authorlordmulder <mulder2@gmx.de>
Sat, 1 Feb 2014 14:34:11 +0000 (15:34 +0100)
committerlordmulder <mulder2@gmx.de>
Sat, 1 Feb 2014 14:34:11 +0000 (15:34 +0100)
commitc899d1aa3f2a17f37c2da1138658421ef2b86a8b
tree6721459ccd51adfa1a67949b242f687108f28ab2
parentb5ee60f8d9e151f59e80eb532fc39bfc86e5836a
When job's are added via "--add-job", the job will now be either started immediately or enqueued, depending on the preferences. Before those job's were *always* started immediately. Furthermore, two [four] new command-line options can be used to control the startup behavior: The options "--[no-]force-start" and "--[no-]force-enqueue" will enabled [disable] that the *next* job added via "--add-job" is started immediately or appended to the queue, respectively. Neither of those is enabled, default behavior applies.
ReadMe.txt
src/main.cpp
src/version.h
src/win_main.cpp
src/win_main.h