Developer Guides 2026x Modeling Tools Developer Guide Adding new functionality Current: Running action with progress Running action with progress For long lasting actions, there is a need to show a progress and run the asynchronous code.There are two options to execute these actions:a foreground task - use com.nomagic.task.RunnableWithProgress or com.nomagic.magicdraw.ui.MagicDrawProgressStatusRunnera background task - use com.nomagic.magicdraw.task.BackgroundTaskRunner You can find the code examples in <modeling tool installation directory>\openapi\examples\progressstatus Related pages Multi-threading ×