procedural-to-declarative
Preparing search index...
TaskBase
Interface TaskBase<TType>
Task object.
Waited if yielded by a procedural function.
interface
TaskBase
<
TType
extends
"constant"
|
"func"
|
"any"
|
"declarative"
=
"constant"
|
"func"
|
"any"
|
"declarative"
,
>
{
calledBy
?:
TaskProcedural
<
any
>
;
done
:
boolean
;
isSuspended
:
boolean
;
type
:
TType
;
}
Type Parameters
TType
extends
"constant"
|
"func"
|
"any"
|
"declarative"
=
"constant"
|
"func"
|
"any"
|
"declarative"
Hierarchy (
View Summary
)
TaskBase
TaskConstant
TaskProcedural
TaskAny
TaskDeclarative
Index
Properties
called
By?
done
is
Suspended
type
Properties
Optional
called
By
calledBy
?:
TaskProcedural
<
any
>
done
done
:
boolean
is
Suspended
isSuspended
:
boolean
Readonly
type
type
:
TType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
called
By
done
is
Suspended
type
procedural-to-declarative
Loading...
Task object.
Waited if yielded by a procedural function.