19 def __init__(self, client, title, interruptable=True): |
19 def __init__(self, client, title, interruptable=True): |
20 """ |
20 """ |
21 Constructor |
21 Constructor |
22 |
22 |
23 @param client reference to the JSON client |
23 @param client reference to the JSON client |
24 @type JsonClient |
24 @type E5JsonClient |
25 @param title title for the taskhandle |
25 @param title title for the taskhandle |
26 @type str |
26 @type str |
27 @param interruptable flag indicating, that the task may be |
27 @param interruptable flag indicating, that the task may be |
28 interrupted |
28 interrupted |
29 @type bool |
29 @type bool |