StorageMovedAlert
data class StorageMovedAlert(val torrentName: String?, val newPath: String, val oldPath: String) : TorrentAlert
Generated when all disk IO has completed and a torrent's files have been moved (after move_storage()). Ported from libtorrent::storage_moved_alert (alert_type 33).
libtorrent renders <name> moved storage from "<oldPath>" to: "<newPath>".
Properties
Link copied to clipboard
The bitmask of AlertCategory flags this alert belongs to. Mirrors alert::category(), which returns the concrete alert's static_category.
Link copied to clipboard
the torrent's name, or null when the handle would be invalid (rendered as " - ", matching libtorrent).