pub unsafe extern "C" fn tr_ctorSetPaused(
    ctor: *mut tr_ctor,
    mode: tr_ctorMode,
    isPaused: u8
)
Expand description

Set whether or not the torrent begins downloading/seeding when created. (Default: not paused)