API Documentation > CorelDRAW > 2025-v26 > ICUITaskManager
ICUITaskManager.RunInBackground method
Run a background task. Returns an RunningBackgroundTask, which lets you interact with it.
Syntax:
Function RunInBackground(ByVal priority As cuiTaskPriority, ByVal pTask As ICUIBackgroundTask) As ICUIRunningBackgroundTask
Parameters:
Name Type Description
priority
pTask