home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2002 July / VPR0207A.ISO / OLS / IRVINE0_4_1A / irvine0_4_1a.lzh / scripts / sample / ondeactivatequeue.dms < prev    next >
Text File  |  2002-01-30  |  290b  |  16 lines

  1. /*
  2. スクリプト初期化データ
  3. guid={F43E8E2A-3D71-4104-95C5-806812667FF0}
  4. caption=OnDeactivateQueueサンプル
  5. version=0
  6. hint=
  7. event=OnDeactivateQueue
  8. match=
  9. author=
  10. */
  11.  
  12. function OnDeactivateQueue(irvine){
  13. //すべてのダウンロード終了イベント
  14.   print('ダウンロードを終了しました');
  15. }
  16.