mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 02:07:50 +08:00
coroutine_execution_contexts.md: Consistent content for Progress Indicator
This commit is contained in:
parent
6b6d89bb42
commit
33dbce0bb0
@ -79,12 +79,12 @@ See the [](background_processes.md#progress-api) section for details.
|
|||||||
### Cancellation Check
|
### Cancellation Check
|
||||||
{#progress-indicator-cancellation-check}
|
{#progress-indicator-cancellation-check}
|
||||||
|
|
||||||
- `ProgressManager.checkCanceled()` - as described in the [](background_processes.md#cancellation) section
|
- `ProgressManager.checkCanceled()` - as described in the [Background Processes: Cancellation](background_processes.md#cancellation) section
|
||||||
|
|
||||||
### Progress Reporting
|
### Progress Reporting
|
||||||
{#progress-indicator-progress-reporting}
|
{#progress-indicator-progress-reporting}
|
||||||
|
|
||||||
- see [Background Processes: Tracking Progress](background_processes.md#tracking-progress)
|
- [`ProgressIndicator`](%gh-ic%/platform/core-api/src/com/intellij/openapi/progress/ProgressIndicator.java) or [`ProgressManager`'s](%gh-ic%/platform/core-api/src/com/intellij/openapi/progress/ProgressManager.java) methods as described in [Background Processes: Tracking Progress](background_processes.md#tracking-progress)
|
||||||
|
|
||||||
### Switching to Other Contexts
|
### Switching to Other Contexts
|
||||||
{#progress-indicator-switching-to-other-contexts}
|
{#progress-indicator-switching-to-other-contexts}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user