passing args to tasks

task = Task(self.myCallback) 

Ok, I found this topic after much frustration, I’ve tried, but I don’t understand what a callback is. All I want to do is be able to pass one extra argument to a function (as well as being able to use task.time)

If there is another way to run a task for a certain period of time without using task.time that would work too.

(Brought from the dead again - sorry)