NDEx JavaScript Client API Reference - v0.6.0-alpha.5
Preparing search index...
Task
Interface Task
interface
Task
{
externalId
:
string
;
taskType
:
string
;
status
:
"submitted"
|
"processing"
|
"completed"
|
"failed"
;
progress
?:
number
;
message
?:
string
;
resource
?:
string
;
startTime
?:
number
;
finishTime
?:
number
;
attributes
?:
Record
<
string
,
any
>
;
}
Index
Properties
external
Id
task
Type
status
progress?
message?
resource?
start
Time?
finish
Time?
attributes?
Properties
external
Id
externalId
:
string
task
Type
taskType
:
string
status
status
:
"submitted"
|
"processing"
|
"completed"
|
"failed"
Optional
progress
progress
?:
number
Optional
message
message
?:
string
Optional
resource
resource
?:
string
Optional
start
Time
startTime
?:
number
Optional
finish
Time
finishTime
?:
number
Optional
attributes
attributes
?:
Record
<
string
,
any
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
external
Id
task
Type
status
progress
message
resource
start
Time
finish
Time
attributes
NDEx JavaScript Client API Reference - v0.6.0-alpha.5
Loading...