Unanswered
Hey Guys, Hope You'Re Having A Good Week
Yep 🙂
Basically:
` task = Task.get_task(task_id='aaaa')
while task.status not in ('completed', 'stopped',):
do something ?
sleep(15) `(Notice task.status / task.get_status() will refresh the Task status on every call)
155 Views
0
Answers
3 years ago
one year ago