WaitResult
- Updated2024-10-09
- 1 minute(s) read
WaitResult
Use these constants to determine the value of the waitRes parameter of the following methods:
Semaphore.AcquireSemaphoreWithAutoReleaser
Batch.EnterSynchronizedSection
Batch.ExitAllSynchronizedSectionsInCurrentSequence
-
WaitResult_DeadlockDetected
–(Value: 3) A deadlock condition was detected.
Note This enumeration element applies only to the Mutex.LockMutex method.
- WaitResult_Success –(Value: 0) The operation was successful.
- WaitResult_TerminateOrAbortOccurred –(Value: 2) The execution was terminated or aborted.
- WaitResult_TimeoutOccurred –(Value: 1) The specified timeout occurred before the operation completed.