SaveResumeDataAlert
Generated as a response to save_resume_data() once the resume state has been written. Ported from libtorrent::save_resume_data_alert (alert_type 37).
In libtorrent this carries the populated add_torrent_params (the params member); KiteTorrent reproduces that with params, the resume-data AddTorrentParams from which write_resume_data() round-trips. Clients hand this object (or its serialised form) back to add_torrent() to restore the torrent. This alert is non-discardable.
Properties
The bitmask of AlertCategory flags this alert belongs to. Mirrors alert::category(), which returns the concrete alert's static_category.
the resume payload describing how to re-add this torrent.
the torrent's name, or null when the handle would be invalid (rendered as " - ", matching libtorrent).