Table of Contents

IsMutexTaken Procedure

Codeunit Function Mutex Mgt

Use this function to check if a mutex is obtained by someone (could also be obtained in current session).

Signature

IsMutexTaken(FunctionCode: Code[20]) : Boolean

Parameters

FunctionCode Code[20]

The unique code for the mutex that should be checked.

Returns

Boolean

Returns true if the mutex is taken, otherwise false.

This documentation is generated from Smart Toolbox v27.1