splitModeBackendPidFile

@get:Internal
open val splitModeBackendPidFile: Provider<RegularFile>

Path to a file storing the OS process identifier (PID) of the running split-mode backend process.

It is written when the backend task launches the IDE process and removed when that process exits. The file allows detecting an already-running (possibly orphaned) backend before starting a new one.