Test-BluGenieIsMutexAvailable
Test-BluGenieIsMutexAvailable
SYNOPSIS
SYNTAX
Test-BluGenieIsMutexAvailable [[-MutexName] <String>] [[-MutexWaitTimeInMilliseconds] <Int32>] [-Walkthrough] [-ReturnObject] [-OutUnEscapedJSON] [[-FormatView] <String>] [<CommonParameters>]DESCRIPTION
EXAMPLES
EXAMPLE 1
Command: Test-BluGenieIsMutexAvailable -MutexName 'ThreadLock' -MutexWaitTimeInMilliseconds 100000Description: Check to see if Mutex 'ThreadLock' is available. Continue to wait for 1 min if the process is locked.
Notes:EXAMPLE 2
EXAMPLE 3
EXAMPLE 4
EXAMPLE 5
EXAMPLE 6
PARAMETERS
MutexName
MutexWaitTimeInMilliseconds
Walkthrough
ReturnObject
OutUnEscapedJSON
FormatView
CommonParameters
Last updated