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 |
Parameters
pipeline
-
Type:
IdePipeline
An
IdePipeline
.The data is owned by the caller of the function.