| 796 | } |
| 797 | |
| 798 | bool IndexCreateTask::getResult(IStatus* status) |
| 799 | { |
| 800 | if (status) |
| 801 | { |
| 802 | status->init(); |
| 803 | status->setErrors(m_status.getErrors()); |
| 804 | } |
| 805 | |
| 806 | return m_status.isSuccess(); |
| 807 | } |
| 808 | |
| 809 | int IndexCreateTask::getMaxWorkers() |
| 810 | { |
no test coverage detected