Unanswered
I Cannot Get The Configuration From A Task:
I Run
Is
mark_completed
used to complete a task from a different process and
close
from the same process - is that the idea?
Yes
However, when I tried them out,
mark_completed
terminated the process that called
mark_completed
.
Yes if you are changing the state of the Task externally or internally the SDK will kill the process. If you are calling task.close()
from the process that created the Task it will gracefully close the Task (but not the process)
161 Views
0
Answers
one year ago
one year ago