Call the function directly instead of setting a task:
Code:
something( id, value, whatever );
Yeah, I didn't think of that. You would call it directly if you intend on using it "immediately". You would only need a task if it needs delayed a significant amount of time.