JCL Help:TJclWaitResult

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Enumeration used as the method result by WaitFor, WaitForever and WaitAlertable.


Pascal

 public TJclWaitResult = (
wrAbandoned,
wrError,
wrIoCompletion,
wrSignaled,
wrTimeout
);


Members

Members Description
wrAbandoned Only applicable if the object is a mutex which was not released by the owning thread before the thread exited. The calling thread has been granted ownership of the mutex which is set to nonsignaled.
wrError An error occurred. You can call GetLastError to get more information about why the method failed.
wrIoCompletion One or more I/O completion routines were queued. Only applicable to WaitAlertable.
wrSignaled The object was, or became, signaled.
wrTimeout The timeout interval expired. This is not a successful wait.


Description

Enumeration used as the method result by WaitFor, WaitForever and WaitAlertable.


About

Unit

JclSynch


Navigation

no pages or subcategories

Donator

Marcel van Brakel


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page