Changeset 32944
- Timestamp:
- Dec 13, 2011, 11:14:14 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/vp.pro (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/vp.pro
r32556 r32944 13 13 $vp_DB = 0 14 14 $vp_revert_DB = 0 15 16 $VP_POLL_LIMIT = 20 15 17 16 18 ### Check status of vping tasks … … 32 34 active true 33 35 end 34 task vp.revert35 active true36 end37 36 end 38 37 … … 45 44 active false 46 45 end 47 task vp.revert48 active false49 end50 46 end 51 47 … … 60 56 active false 61 57 end 58 end 59 60 macro set.vp.poll 61 $VP_POLL_LIMIT = $1 62 end 63 macro get.vp.poll 64 echo $VP_POLL_LIMIT 62 65 end 63 66 … … 90 93 add_poll_args run 91 94 add_poll_labels run 95 $run = $run -limit $VP_POLL_LIMIT 92 96 command $run 93 97 end … … 159 163 stdout $LOGSUBDIR/vp.log 160 164 stderr $LOGSUBDIR/vp.log 165 166 host anyhost 161 167 162 168 $run = videophot_process.pl --vp_id $VP_ID --outroot $outroot --redirect-output --camera $CAMERA
Note:
See TracChangeset
for help on using the changeset viewer.
