Function Aborts a task Group without executing it.
Syntax
#include <dx/dx.h> Error DXAbortTaskGroup()
Functional Details If the creation of a task Group must be terminated before it can be completed, DXAbortTaskGroup should be called to release the resources allocated to that Group and its component tasks. After this call, the routine DXExecuteTaskGroup must not be called until a new task Group has been created (i.e., by DXCreateTaskGroup and DXAddTask).
Return Value Returns OK or returns ERROR and sets an error code.
See Also DXAddTask, DXCreateTaskGroup, DXExecuteTaskGroup