Spinning ui for background progress in taskbar Permanently deleted user 创建于 2015年07月24日 23:25 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?
Yes. See the ProgressManager and Task.Backgroundable classes.