| 90 | void Task::setStandardInputCheck(bool check) { standardInputCheck = check; } |
| 91 | |
| 92 | void Task::setStandardOutputCheck(bool check) { standardOutputCheck = check; } |
| 93 | |
| 94 | void Task::setTaskType(Task::TaskType type) { taskType = type; } |
| 95 |
no outgoing calls
no test coverage detected