Changeset 20228
- Timestamp:
- Oct 17, 2008, 10:18:34 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/pstamp.pro (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/pstamp.pro
r18989 r20228 170 170 171 171 172 task.exit $EXIT_SUCCESS 173 process_exit pstampRequest $options:0 $JOB_STATUS 174 end 175 172 176 task.exit default 173 # echo pstamp.request.run task.exit status: $JOB_STATUS 177 showcommand failure 174 178 process_exit pstampRequest $options:0 $JOB_STATUS 175 179 end … … 251 255 end 252 256 257 task.exit $EXIT_SUCCESS 258 process_exit pstampFinish $options:0 $JOB_STATUS 259 end 260 253 261 task.exit default 254 262 # echo request.finish.run task.exit status: $JOB_STATUS 255 263 process_exit pstampFinish $options:0 $JOB_STATUS 264 showcommand failure 256 265 end 257 266 … … 283 292 284 293 task.exit $EXIT_SUCCESS 285 # echo ipptool2book stdout pstampJob -key job_id -setword dbname $options:0 -setword pantaskState INIT286 294 ipptool2book stdout pstampJob -key job_id -uniq -setword dbname $options:0 -setword pantaskState INIT 287 295 … … 340 348 341 349 350 task.exit $EXIT_SUCCESS 351 if ($VERBOSE > 1) 352 echo pstamp.job.run task.exit $JOB_ID status: $JOB_STATUS 353 end 354 process_exit pstampJob $options:0 $JOB_STATUS 355 end 342 356 task.exit default 343 357 if ($VERBOSE > 1) 344 358 echo pstamp.job.run task.exit $JOB_ID status: $JOB_STATUS 345 359 end 360 showcommand failure 346 361 process_exit pstampJob $options:0 $JOB_STATUS 347 362 end
Note:
See TracChangeset
for help on using the changeset viewer.
