GitHub
Download
Forum
Overview
Tutorial
C++ API
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
InsertExternLink
InsertNamedLink
InsertNamedObject
Load
Open
RegisterEventClient
RemoveExternLink
RemoveNamedLink
RemoveNamedObject
ResetActionGroup
SetLastError
SetSchema
Store
UnregisterEventClient
Update
WaitableHandle
UObject
UList
UBitFlagSet
UBitFlagSetSingle
WDomain
WObject
IEventClient
Schema interfaces
Configuration interfaces
Callback interfaces
Structures
Error codes
DataAccess interfaces
WinRT API
DTDL
DADL
Setup
UStorage.AbortActionGroup
Aborts an ActionGroup that
UStorage.Execute
and [[ExecuteAsync,UStorage]] have not been called on yet.
Syntax
void
AbortActionGroup(
IntPtr
p_hActionGroup
);
Parameter
p_hActionGroup
Type:
IntPtr
ActionGroup to abort.
Return value
This function has no return value.
Remarks
All objects included in this ActionGroup are in an undefined state after the abort. You should reopen or reload them to get a good state.
© 2025 Mobiland AG