IWaitableObject
type
IWaitableObject = interface(IDisposable) ['{4C1736A0-0AB9-49C6-A6E7-FC6C5C81E2DA}']
function TryGetHandleRef(
out HandleRef: IHandleRef): Boolean;
procedure WaitFor;
procedure WaitFor(
Options: TWaitableObjectWaitOptions);
function WaitFor(
TimeoutMS: Integer): Boolean;
function WaitFor(
TimeoutMS: Integer;
Options: TWaitableObjectWaitOptions): Boolean;
end;
Ancestor: IDisposable.
Defined in: DSLock
⏱ Last Modified: Mon 3:43:39 pm