297 of 323
ZBasic System Library
287
ZX Microcontroller Family
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