Search
Preparing search index...
The search index is not available
@jijidown/query
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
@jijidown/query
Task
Class Task
Hierarchy
ResponseObject
<
ServerCreateTaskResponse
>
Task
Index
Constructors
constructor
Properties
_control
_id
Accessors
code
control
Name
id
message
raw
raw
Data
success
Methods
control
toJSON
Constructors
constructor
new
Task
(
raw
:
ServerCreateTaskResponse
, _endpoint
:
TaskEndpoint
)
:
Task
Parameters
raw:
ServerCreateTaskResponse
_endpoint:
TaskEndpoint
Returns
Task
Properties
Private
_control
_control
:
TaskControl
Private
_id
_id
:
string
Accessors
code
get
code
(
)
:
number
Returns
number
control
Name
get
controlName
(
)
:
string
Returns
string
id
get
id
(
)
:
string
Returns
string
message
get
message
(
)
:
undefined
|
string
Returns
undefined
|
string
raw
get
raw
(
)
:
undefined
|
(
T
extends
ServerResponse
<
P
,
any
>
?
P
:
never
)
Returns
undefined
|
(
T
extends
ServerResponse
<
P
,
any
>
?
P
:
never
)
raw
Data
get
rawData
(
)
:
any
Returns
any
success
get
success
(
)
:
boolean
Returns
boolean
Methods
control
control
(
)
:
TaskControl
Returns
TaskControl
toJSON
toJSON
(
)
:
any
Returns
any
Exports
Task
constructor
_control
_id
code
control
Name
id
message
raw
raw
Data
success
control
toJSON
Generated using
TypeDoc