Class: QueuePlan

QueuePlan()

Common functions and variables to all queue plans.

Constructor

new QueuePlan()

Source:

Methods

canStart()

can we start this plan immediately?
Source:

isGo()

if true, the queue manager will begin increasing this plan's account.
Source:

isInvalid()

Check the content of this queue
Source:

onStart()

On Event functions. Can be used to do some specific stuffs Need to be updated to actually do something if you want them to. this is called by "Start" if it succeeds.
Source:

start()

process the plan.
Source: