Stops the signal signal_name from being emitted. This will prevent the signal from being emitted and will in turn prevent the methods connected to the signal from being executed.
See also: emit() , emit_stop()