@mudssky/jsutils
Preparing search index...
PollingStatus
Interface PollingStatus<T>
轮询状态信息接口
interface
PollingStatus
<
T
>
{
executeCount
:
number
;
lastError
:
unknown
;
lastResult
:
T
|
undefined
;
options
:
PollingOptions
<
T
>
;
retryCount
:
number
;
status
:
"running"
|
"stopped"
;
}
Type Parameters
T
Index
Properties
execute
Count
last
Error
last
Result
options
retry
Count
status
Properties
execute
Count
executeCount
:
number
已执行次数
last
Error
lastError
:
unknown
最近一次执行错误
last
Result
lastResult
:
T
|
undefined
最近一次执行结果
options
options
:
PollingOptions
<
T
>
轮询配置选项
retry
Count
retryCount
:
number
重试次数
status
status
:
"running"
|
"stopped"
当前轮询状态
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
execute
Count
last
Error
last
Result
options
retry
Count
status
@mudssky/jsutils
Loading...
轮询状态信息接口