API Documentation > CorelDRAW > 2025-v26
ICUIBackgroundTask interface
ICUIBackgroundTask interface
Syntax:
Interface ICUIBackgroundTask
Properties:
Name Description
Name Called to get the name displayed for this task in the UI.
Methods:
Name Description
FinalizeTask Called after the task runs, if it is not Removed. Do not call this yourself. Usually called in the UI thread, unless you manually TryFinalize in a different thread.
FreeTask Called prior to disposing the task. Do not call this yourself.
QuitTask Called if you choose to Quit the task. Do not call this yourself. If you want to support async task Removal, you need to handle this. May be called from a different thread than RunTask is running in.
RunTask Method that is called when the Task is executed. Do not call this yourself.