task_data


task_data(t)
      

Return the arbitrary object associated with the task t. This object defaults to false.

Examples:


task_data(self())
// false
task_set_data(self(), 100)
task_data(self())
// 100
      

Also see:

task_name


Core Module Index | Contents