Lines Matching full:process
11 from multiprocessing import Manager, Process
24 return_dict A dictionary consisting of pid/process status for the
38 Execute a robot keyword via multiprocessing process.
49 # Append user-defined times process needed to execute.
51 task = Process(
57 # Wait for process to complete.
73 return_dict A dictionary consisting of pid/process status for the
88 Execute multiple robot keywords with arguments via multiprocessing process.
98 # Append each keyword with its arguments in a process to execute.
102 task = Process(
109 # Wait for process to complete.