fork download
  1. /*
  2. スクリプト初期化データ
  3. guid={B3E5A309-EA09-4763-921D-1EA194E796AB}
  4. caption=DLした後10秒間消費する
  5. version=0
  6. hint=
  7. event=OnDoneThread
  8. match=
  9. author=
  10. synchronize=0
  11. */
  12.  
  13. function OnDoneThread(success,filename,urlinfo,item,folderdata,optiondata){
  14. /*
  15. ダウンロードスレッド終了イベント
  16. ※synchronize=1 以外の場合にIrvine.Api/UrlManager/Folder/Itemを使用しないでください
  17. ※ダイアログを呼びださないでください
  18. */
  19. sec = 10;
  20. println(sec + '秒待機');
  21. sleep(sec*1000);
  22.  
  23. }
  24.  
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty