Document.connectLoadStopped
gulong connectLoadStopped(T)(T callback, Flag!"After" after = No.After)Connect to LoadStopped signal.
The 'load-stopped' signal is emitted when a pending load of document contents is cancelled, paused, or otherwise interrupted by the user or application logic. It should not however be emitted while waiting for a resource (for instance while blocking on a file or network read) unless a user-significant timeout has occurred.
Parameters
callback | signal callback delegate or function to connect void callback(atk.document.Document document) document the instance the signal is connected to (optional) |
after | Yes.After to execute callback after default handler, No.After to execute before (default) |
Returns
Signal ID