mirai
2.13.4
mirai-console
/
net.mamoe.mirai.console.fontend
/
ProcessProgress
Process
Progress
interface
ProcessProgress
:
Closeable
Content copied to clipboard
一个下载进度
Functions
See also
See also
net.
mamoe.
mirai.
console.
Mirai
Console.
INSTANCE
Functions
close
Link copied to clipboard
abstract
override
fun
close
(
)
Content copied to clipboard
释放此进度, 相关资源和 UI 将会更新
mark
Failed
Link copied to clipboard
abstract
fun
markFailed
(
)
Content copied to clipboard
将该进度标记为 已失败 / 出错
rerender
Link copied to clipboard
abstract
fun
rerender
(
)
Content copied to clipboard
立即重新渲染此进度
set
Total
Size
Link copied to clipboard
abstract
fun
setTotalSize
(
totalSize
:
Long
)
Content copied to clipboard
设置此进度的最终大小
update
Link copied to clipboard
abstract
fun
update
(
processed
:
Long
)
Content copied to clipboard
abstract
fun
update
(
processed
:
Long
,
totalSize
:
Long
)
Content copied to clipboard
更新下载进度的进度
update
Text
Link copied to clipboard
open
fun
updateText
(
txt
:
CharSequence
)
Content copied to clipboard
abstract
fun
updateText
(
txt
:
String
)
Content copied to clipboard
更新当前下载进度的文本