background_processes.md: new inspection name

This commit is contained in:
Yann Cébron 2024-09-23 12:39:23 +02:00
parent 70f86e44fe
commit 27a6252201

View File

@ -138,7 +138,9 @@ It allows canceling processes deeply in the call stack, without the need to hand
PCE is handled by the infrastructure that started the process and must never be logged or swallowed.
In case of catching it for some reason, it must be rethrown.
Use inspection <control>Plugin DevKit | Code | 'ProcessCanceledException' handled incorrectly</control> (2023.3).
Use inspection
<control>Plugin DevKit | Code | Cancellation exception handled incorrectly</control> (2024.3)
(previously named <control>'ProcessCanceledException' handled incorrectly</control> (2023.3)).
All code working with [PSI](psi.md) or in other kinds of background processes must be prepared for PCE being thrown at any point.