#ifndef __TASK_GENERAL_WAIT_TASK_H__ #define __TASK_GENERAL_WAIT_TASK_H__ #include #include namespace task { bool wait_task(Json::Value task, std::string commond); } #endif