launch_failed
Description:
[ HasEmitter ]
[ Version ( since = "2.36" ) ]
public virtual signal void launch_failed (string startup_notify_id)
[ Version ( since = "2.36" ) ]
public virtual signal void launch_failed (string startup_notify_id)
The launch_failed signal is emitted when a AppInfo launch fails.
The startup notification id is provided, so that the launcher can cancel the startup notification.
Because a launch operation may involve spawning multiple instances of the target application, you should expect this signal to be emitted multiple times, one for each spawned instance.
Parameters:
startup_notify_id |
the startup notification id for the failed launch |