Unanswered
Is It Possible To Set An Environment Variable For A Task?
Well, the SDK is only aware it's a task if you call Task.init()
. If not, you can fetch tasks using Task.get_task()
, but none of them will be the current.
151 Views
0
Answers
3 years ago
one year ago