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 >
Wrap
Text File
|
2002-01-30
|
290b
|
16 lines
/*
スクリプト初期化データ
guid={F43E8E2A-3D71-4104-95C5-806812667FF0}
caption=OnDeactivateQueueサンプル
version=0
hint=
event=OnDeactivateQueue
match=
author=
*/
function OnDeactivateQueue(irvine){
//すべてのダウンロード終了イベント
print('ダウンロードを終了しました');
}