task_set_quantum(t, q)
Set the quantum of the task t to the real number q. Return void.
t
q
void
task_quantum(self()) // 0.02 task_set_quantum(self(), 1.0) task_quantum(self()) // 1.0
Core Module Index | Contents