# Functions
Blocks until the lock is available, claims it and restarts.
Adds the supplied ProcessSignature to the execution lock file.
Waits for the processes from all previous executions to stop running and then removes the execution lock file.
MinimizeApplicationSignaturesList removes any process signatures no longer running from the execution lock file if it exists.
Releases the lock.
No description provided by the author
Starts a new instance of the calling executable, writes the new process signature into the launcher signature file and quits the current instance.
No description provided by the author
# Constants
The current process claimed the lock, and now owns it.
The current process owns the lock already.
Lock is claimed by another running process.
# Type aliases
No description provided by the author