task_data(t)
Return the arbitrary object associated with the task t. This object defaults to false.
t
false
task_data(self()) // false task_set_data(self(), 100) task_data(self()) // 100
Core Module Index | Contents