Mike, there is a Forbid() function. You would use Forbid when the program is
using structures that another Task may use at the same time. It also disables
multitasking until your Task executes a Wait function. To Exit the Forbidden
state you have to call a Permit().