Instance Functions
- clear( )
Remove all items from the queue
- complete( )
Complete the current build item
- pop( )
Remove the item at the front of the queue
- push( odf )
Add an item to the end of the queue
- remove( index )
Remove the item at an index
Remove all items from the queue
Complete the current build item
Remove the item at the front of the queue
Add an item to the end of the queue
Remove the item at an index