vlocode-project - v1.40.0-beta-4
Preparing search index...
core/src
WorkItemResult
Interface WorkItemResult<T>
interface
WorkItemResult
<
T
=
any
>
{
reason
?:
any
;
status
:
"rejected"
|
"fulfilled"
;
value
:
T
;
}
Type Parameters
T
=
any
Index
Properties
reason?
status
value
Properties
Optional
reason
reason
?:
any
status
status
:
"rejected"
|
"fulfilled"
value
value
:
T
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
reason
status
value
vlocode-project - v1.40.0-beta-4
Loading...