Signal
IdeBuildManager::build-failed
Description
The “build-failed” signal is emitted when a build that was previously
notified via IdeBuildManager::build-started
has failed to complete successfully.
Contrast this with IdeBuildManager::build-finished
for a successful build.
Default handler: | The default handler is called after the handlers added via |
Available since: | 3.32 |
Parameters
pipeline |
IdePipeline |
An |
|
The data is owned by the caller of the function. |