| 1935 | } |
| 1936 | |
| 1937 | bool QPilotOSMachine::query_task_state(const std::string& task_id, PilotQVM::PilotTaskQueryResult& result) |
| 1938 | { |
| 1939 | return m_pilot_machine->execute_query_task_state(task_id, result); |
| 1940 | } |
| 1941 | |
| 1942 | bool QPilotOSMachine::query_task_state(const std::string& task_id, PilotQVM::PilotTaskQueryResult& result, const bool save_to_file, std::string& file_path) |
| 1943 | { |