GitHub
Download
Forum
Overview
Tutorial
C++ API
General interfaces
Data interfaces
UDomain
UStorage
AbortActionGroup
AddClass
ClassAddRef
ClassAddRefById
ClassRelease
ClassReleaseById
Close
Create
CreateActionGroup
CreateWaitObject
DestroyActionGroup
DestroyWaitObject
Execute
ExecuteAsync
ExecuteResult
ExecuteWait
GetLastError
GetSchema
InsertNamedObject
Load
Open
RegisterEventClient
RemoveNamedObject
ResetActionGroup
SetLastError
SetSchema
Store
UnregisterEventClient
Update
WaitableHandle
UObject
UList
UBitFlagSet
UBitFlagSetSingle
WDomain
WObject
IEventClient
Schema interfaces
Configuration interfaces
Structures
Error codes
C# API
DTDL
DADL
Setup
UStorage::CreateWaitObject
Creates a new WaitObject. The object can be used with
UStorage::ExecuteAsync
.
Syntax
HANDLE
CreateWaitObject();
Parameter
This function has no parameters.
Return value
The handle to the new WaitObject.
Remarks
Destroy the WaitObject with
UStorage::DestroyWaitObject
when you no longer need it.
© 2022 Mobiland AG