Class: Queue

Queue()

A Queue definition for sessions.

Constructor

new Queue()

Source:

Methods

(static) load()

Deprecated 2018.10.11. Replaced by Queue.loadJTQ.

Source:

addApp(appId)

Add the app with the given ID to this session.

FUNCTIONALITY:

  • load the given app Session#loadApp
  • add app to this session's apps field.
  • copy app source files Utils#copyFiles.
  • save app and its stages App#saveSelfAndChildren.
  • emit 'sessionAddApp' message.
Parameters:
Name Type Description
appId string

The ID of the app to add to this session.

Source:

save() → {type}

this - description

Source:
Returns:

description

Type
type