BibSched: set ERROR status when wrong params
- If a task has been scheduled via task_low_level_submission, it might contain some wrong command line arguments that would be spot only at execution time. In case of errors, the task will now be set to "ERROR" status, instead of staying in "SCHEDULED" status. (closes #943)