Spinning ui for background progress in taskbar

I am writing a plugin for idea and would like to show spinning progress ui in the task bar while background task is happening. I did not find an api for that. Is an api available?

0

Yes. See the ProgressManager and Task.Backgroundable classes.

0

请先登录再写评论。