Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Task

Class representing a task

Hierarchy

  • Task

Index

Constructors

Properties

Methods

Constructors

constructor

  • new Task(modem: Modem, id: String): Task
  • Create a task

    Parameters

    • modem: Modem

      Modem to connect to the remote service

    • id: String

      Id of the task (optional)

    Returns Task

Properties

data

data: Object

id

id: String

modem

modem: Modem

Methods

status

  • status(opts?: Object): Promise<Object>

Generated using TypeDoc