Core Function: setTaskState()
From ChipKit Wiki
Revision as of 00:22, 26 January 2012 by GeneApperson (Talk | contribs)
Syntax:
void setTaskState(int id, unsigned short state)
Parameters:
| id | Task identifier of task to modify |
| state | Task enable state to set |
Return Value:
None
Description:
This function will modify the enable state of the specified task. The enable states are the same as in createTask().