<< Click to Display Table of Contents >> Navigation: ThinBASIC Core Language > BuiltIn Functions > Application functions > APP_MutexClose |
Description
Close a previously created mutex.
Syntax
n = APP_MutexClose(Mutex_Handle)
Returns
Number
Parameters
Name |
Type |
Optional |
Meaning |
Mutex_Handle |
Numeric |
No |
Hanlde of the mutex to close |
Remarks
Restrictions
See also
Examples