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
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
DTDL
DADL
Setup
UStorage.AbortActionGroup
Aborts an ActionGroup that
UStorage.Execute
and
UStorage.ExecuteAsync
have not been called on yet.
Syntax
int
AbortActionGroup(
IntPtr
p_hActionGroup
);
Parameter
p_hActionGroup
Type:
IntPtr
ActionGroup to abort.
Return value
S_OK or an error from the
Error Codes
.
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.
© 2022 Mobiland AG