|
From: <wel...@us...> - 2017-09-21 21:34:29
|
Revision: 226
Author: welwasif
Date: 2017-09-21 21:34:28 +0000 (Thu, 21 Sep 2017)
Log Message:
-----------
Add timeout and delay optional arguments to wait_task()
wait_task(task_id, timeout=-1, delay=1)
timeout : Maximum tsk runtime. Task is killed if it runs longer (default = -1 no limit).
delay : How often to check for task completion (default = 1 sec)
Modified Paths:
--------------
trunk/framework/src/services.py
|