mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
background_processes.md: Link UX
This commit is contained in:
parent
429e9698b5
commit
509197b845
@ -79,7 +79,7 @@ new Task.Backgroundable(project, "Synchronizing data", true) {
|
|||||||
> .runProcessWithProgressAsynchronously(
|
> .runProcessWithProgressAsynchronously(
|
||||||
> backgroundableTask, EmptyProgressIndicator())
|
> backgroundableTask, EmptyProgressIndicator())
|
||||||
> ```
|
> ```
|
||||||
> Note that hiding progress from users should be avoided as it may break the UX.
|
> Note that hiding progress from users should be avoided as it may break the [UX](plugin_user_experience.md).
|
||||||
|
|
||||||
`ProgressManager` also allows running `Runnable` and `Computable` instances not wrapped within `Task` with several `run*()` methods.
|
`ProgressManager` also allows running `Runnable` and `Computable` instances not wrapped within `Task` with several `run*()` methods.
|
||||||
Example:
|
Example:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user