| 32 | bool IsDone(const std::string& key); |
| 33 | |
| 34 | inline bool HasResult() { return m_result.size(); } |
| 35 | inline const std::filesystem::path& GetResult() { return m_result[0]; } |
| 36 | inline const std::vector<std::filesystem::path>& GetResults() { return m_result; } |
| 37 |