标签: c++ multithreading
我想检查线程作业是否已完成再次调用它并向其发送另一个参数。代码是这样的:
*** Settings *** Library Selenium2Library Library ExcelLibrary *** Variables *** ${path_excel} res/my_excel_file.xls *** Test Cases *** Test1 Open Excel ${path_excel}
我该怎么做?