Sha256: 5b7f911bfbb8207bfd5f91c3b79feeeb9ed8145494fd11a1e223f5ec129e768c

Contents?: true

Size: 436 Bytes

Versions: 5

Compression:

Stored size: 436 Bytes

Contents

# Application rwdtinker orginally (c) 2004 Steven Gibson under GPL. 
# 
# For more information about  see http://www.rubyforge.net/projects/rwdapplications
  
  # call the window  
 def stoptorrentwindow
  $temptorrentnumber = 0  
  begin
  $bt.shutdown_all
  Process.kill("SIGHUP", $torrentpid)
   @rwd_window = "main"
   @rwd_tab = "superantcomtorrenttab"
  rescue Exception
  $stderr.print "BitTorrent error"
  end
 end   
   

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rwdtorrent-0.03 code/superant.com.rwdtorrent/stoptorrentdownload.rb
rwdtorrent-0.05 code/superant.com.rwdtorrent/stoptorrentdownload.rb
rwdtorrent-0.04 code/superant.com.rwdtorrent/stoptorrentdownload.rb
rwdtorrent-0.02 code/superant.com.rwdtorrent/stoptorrentdownload.rb
rwdtorrent-0.06 code/superant.com.rwdtorrent/stoptorrentdownload.rb