Show / Hide Table of Contents

    ReleaseAllMutexesInThisSession Procedure

    Codeunit Function Mutex Mgt

    Releases all mutexes that is obtained in the current session. This could be useful when the code that obtained the mutex failed and you want to ensure that all mutexes is released.

    Signature

    ReleaseAllMutexesInThisSession(WithCommit: Boolean)
    

    Parameters

    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