Search
Preparing search index...
The search index is not available
helyOS-JavaScript-SDK
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
helyOS-JavaScript-SDK
<internal>
MISSIONQUEUE
Class MISSIONQUEUE
Hierarchy
MISSIONQUEUE
Index
Constructors
constructor
Properties
get
Action
Promise
last
List
Promise
wprocess
Fecthing
Methods
create
delete
get
list
patch
Constructors
constructor
new MISSIONQUEUE
(
client
:
any
, socket
:
any
)
:
MISSIONQUEUE
Parameters
client:
any
socket:
any
Returns
MISSIONQUEUE
Properties
get
Action
Promise
get
Action
Promise
:
any
last
List
Promise
last
List
Promise
:
any
wprocess
Fecthing
wprocess
Fecthing
:
boolean
Methods
create
create
(
missionQueue
:
Partial
<
H_MissionQueue
>
)
:
Promise
<
any
>
Parameters
missionQueue:
Partial
<
H_MissionQueue
>
Returns
Promise
<
any
>
delete
delete
(
id
:
any
)
:
Promise
<
any
>
Parameters
id:
any
Returns
Promise
<
any
>
get
get
(
missionQueueId
:
string
)
:
Promise
<
any
>
Parameters
missionQueueId:
string
Returns
Promise
<
any
>
list
list
(
condition
:
Partial
<
H_MissionQueue
>
, orderBy
?:
string
)
:
Promise
<
any
>
Parameters
condition:
Partial
<
H_MissionQueue
>
orderBy:
string
= 'MODIFIED_AT_DESC'
Returns
Promise
<
any
>
patch
patch
(
wprocess
:
Partial
<
H_MissionQueue
>
)
:
Promise
<
any
>
Parameters
wprocess:
Partial
<
H_MissionQueue
>
Returns
Promise
<
any
>
Exports
<internal>
Data
Proxy
Http
Link
MISSIONQUEUE
constructor
get
Action
Promise
last
List
Promise
wprocess
Fecthing
create
delete
get
list
patch
Generated using
TypeDoc