@aracna/core - v1.5.0
Preparing search index...
QueueProcess
Interface QueueProcess<T>
interface
QueueProcess
<
T
=
unknown
>
{
fn
:
QueueFunction
;
id
:
string
;
reason
?:
any
;
status
:
QueueProcessStatus
;
value
?:
T
;
}
Type Parameters
T
=
unknown
Index
Properties
fn
id
reason?
status
value?
Properties
fn
fn
:
QueueFunction
id
id
:
string
Optional
reason
reason
?:
any
status
status
:
QueueProcessStatus
Optional
value
value
?:
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
fn
id
reason
status
value
@aracna/core - v1.5.0
Loading...