Preparing search index...
The search index is not available
@shopify/cli-kit
@shopify/cli-kit
node/ui
Task
Interface Task<TContext>
interface
Task
<
TContext
=
unknown
>
{
errors
?:
Error
[]
;
retry
?:
number
;
retryCount
?:
number
;
skip
?:
(
ctx
:
TContext
)
=>
boolean
;
task
:
(
ctx
:
TContext
,
task
:
Task
<
TContext
>
,
)
=>
Promise
<
void
|
Task
<
TContext
>
[]
>
;
title
:
string
;
}
Type Parameters
TContext
=
unknown
Index
Properties
errors?
retry?
retry
Count?
skip?
task
title
Properties
Optional
errors
errors
?:
Error
[]
Optional
retry
retry
?:
number
Optional
retry
Count
retryCount
?:
number
Optional
skip
skip
?:
(
ctx
:
TContext
)
=>
boolean
task
task
:
(
ctx
:
TContext
,
task
:
Task
<
TContext
>
)
=>
Promise
<
void
|
Task
<
TContext
>
[]
>
title
title
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
errors
retry
retry
Count
skip
task
title
@shopify/cli-kit
Loading...