Page 337 of 361
Start
Back
Next
End
ZBasic System Library
325
ZBasic Microcontrollers
TaskIsLocked
Type
Function returning Boolean
Invocation
TaskIsLocked()
Discussion
This function will return
True
if the calling task is locked,
False
otherwise.
See Also
LockTask
,
UnlockTask