From 1dd35f787ed3b0f56879424084cfbfbd6ef7a8d2 Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Wed, 12 Feb 2025 16:41:01 +0100 Subject: [PATCH] background_processes.md: Push the missing content message to the bottom --- .../basics/architectural_overview/background_processes.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/topics/basics/architectural_overview/background_processes.md b/topics/basics/architectural_overview/background_processes.md index 3ec774285..2a141b0cf 100644 --- a/topics/basics/architectural_overview/background_processes.md +++ b/topics/basics/architectural_overview/background_processes.md @@ -1,4 +1,4 @@ - + # Background Processes @@ -176,8 +176,6 @@ To report progress, use the following methods: If this is impossible, consider making the progress indeterminate. - `setIndeterminate(boolean)` – marks the progress indeterminate (for processes that can't estimate the amount of work to be done) or determinate (for processes that can display the fraction of the work done using `setFraction(double)`). - - ## `ProcessCanceledException` and Debugging Sometimes, a PCE is thrown from `checkCanceled()` in the code inspected by a plugin developer during a debugging session. @@ -204,3 +202,5 @@ Action disabling throwing `ProcessCanceledException`. + +