Project

General

Profile

$downloaderr » History » Version 1

Per Amundsen, 02/25/2016 12:16 PM

1 1 Per Amundsen
_Added in 2.3_
2
3
*$downloaderr*
4
5
Returns any error during a [[on DOWNLOAD]] event.
6
7
*Example*
8
9
<pre>
10
on *:DOWNLOAD:*:echo -ag Download of $download($download).url was $iif($downloaderr,not ok,ok)
11
</pre>