Skip to main content

signal

Function signal 

Source
pub fn signal(download_id: i64) -> bool
Expand description

Ask an in-flight download to stop.

Returns whether one was actually in flight — the caller uses this to tell a running download (which will stop shortly) from a merely queued one (which the database update alone has already handled).