Show / Hide Table of Contents

    ReleaseMutex Procedure

    Codeunit Function Mutex Mgt

    Releases a mutex.

    Signature

    ReleaseMutex(FunctionCode: Code[20]; Description: Text[50]; WithCommit: Boolean)
    

    Parameters

    FunctionCode Code[20]

    The unique code for the mutex that should be released.

    Description Text[50]

    The description for this mutex. Must be the same as configured for this mutex.

    WithCommit Boolean

    If this is true, a commit is performed after the mutex is released.

    This documentation is generated from Smart Toolbox v27.0

    Back to top Copyright © 2020 SmartApps
    Generated by DocFX