Hello.

I want to know when posted task will be rerun ?

What I know right now is as follows.

1) I have to define task function

task void taskFunction() {
// some code
}

2) I have to post the task function
....
post taskFunction()
....

I know that System scheduler manage the posted task. Also,that the posted
task will be run by system scheduler automatically.
If wrong, do I have to use another code in order to rerun posted task ?

Thanks.

-- 
DaeHee Kim (Danny)
Department of Computer Science, State University of NewYork at Binghamton.
Cell Phone : 1-607-321-9574
Address : 13-A Andrea Dr, Vestal, NY, 13850
email-address : [EMAIL PROTECTED], [EMAIL PROTECTED]
_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to