Pascal Scripting: CheckForMutexes
From Inno Setup
Pascal Scripting: CheckForMutexes
Prototype:
function CheckForMutexes(Mutexes: String): Boolean;
Description:
Returns True if any of the mutexes in the comma-separated Mutexes string exist.
From Inno Setup
function CheckForMutexes(Mutexes: String): Boolean;
Returns True if any of the mutexes in the comma-separated Mutexes string exist.