topological-scheduler
Preparing search index...
SchedulerResult
Interface SchedulerResult<T, R>
interface
SchedulerResult
<
T
,
R
>
{
error
?:
Error
;
id
:
string
;
item
:
T
;
result
?:
R
;
skipped
?:
boolean
;
}
Type Parameters
T
R
Index
Properties
error?
id
item
result?
skipped?
Properties
Optional
error
error
?:
Error
id
id
:
string
item
item
:
T
Optional
result
result
?:
R
Optional
skipped
skipped
?:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
error
id
item
result
skipped
topological-scheduler
Loading...