Expand description
An event that can be triggered multiple times. The event allows
the notifier to pass a custom result to its listeners on each
notification, using the notify_result() method. Alternatively,
the last set result will be provided to the listeners. If no
result has been set, the default value for the result type will
be used.