Class: Status

Status

Represents a resultant status from a manager action.

new Status(id, manager, status, errorMessage)

Status of manager event

Parameters:
Name Type Description
id String

Unique package/dependency name

manager String

Manager name as defined in the Interface/managerModules array

status String

Status of event; either installed, updated, uninstalled, error

errorMessage String

Error message.

Source:
To Do:
  • Refactor likely into something less hackish. Errors will likely be removed to a seperate class.
Copyright © Kyle Hornberg 2014
Documentation generated by JSDoc 3.2.2 on Thu Apr 03 2014 13:07:01 GMT-0500 (CDT) using the DocStrap template.