|
@@ -2984,6 +2984,13 @@ example, imagine that three downloads "A","B" and "C" are waiting in
|
|
|
this order. aria2.tellWaiting(0, 1) returns "A". aria2.tellWaiting(1,
|
|
|
2) returns "B" and "C". The respose is of type array and its element
|
|
|
is the same struct returned by <strong>aria2.tellStatus</strong> method.</p></div>
|
|
|
+<div class="paragraph"><p><strong>aria2.tellStopped</strong> <em>offset, num</em></p></div>
|
|
|
+<div class="paragraph"><p>This method returns the list of stopped download in the range of
|
|
|
+[<em>offset</em>, <em>offset</em>+<em>num</em>). <em>offset</em> is of type integer and specifies
|
|
|
+the offset from the oldest download. <em>num</em> is of type integer and
|
|
|
+specifies the number of downloads to be returned. The respose is of
|
|
|
+type array and its element is the same struct returned by
|
|
|
+<strong>aria2.tellStatus</strong> method.</p></div>
|
|
|
<div class="paragraph"><p><strong>aria2.changePosition</strong> <em>gid, pos, how</em></p></div>
|
|
|
<div class="paragraph"><p>This method changes the position of the download denoted by
|
|
|
<em>gid</em>. <em>pos</em> is of type integer. <em>how</em> is of type string. If <em>how</em> is
|
|
@@ -3512,7 +3519,7 @@ files in the program, then also delete it here.</p></div>
|
|
|
<div id="footnotes"><hr /></div>
|
|
|
<div id="footer">
|
|
|
<div id="footer-text">
|
|
|
-Last updated 2009-12-23 13:22:43 JST
|
|
|
+Last updated 2009-12-25 23:48:03 JST
|
|
|
</div>
|
|
|
</div>
|
|
|
</body>
|