Restock
The Restock class allow you to interact with the Restock Agent, via scripting.
TODO: Restock Constructors
Methods
Restock.ChangeList(listName)
Restock.ChangeList(listName)
Change the Restock's active list.
Parameters
listNameString
Name of an existing restock list.
Return
Void
Restock.FStart()
Restock.FStart()
Start the Restock Agent on the currently active list.
Return
Void
Restock.FStop()
Restock.FStop()
Stop the Restock Agent.
Return
Void
Restock.RunOnce(restockerName, sourceBag, destBag, dragDelay)
Restock.RunOnce(restockerName, sourceBag, destBag, dragDelay)
Parameters
restockerNameString sourceBagInt32 destBagInt32 dragDelayInt32
Return
Void
Restock.Status()
Restock.Status()
Check Restock Agent status
Return
Boolean
True: if the Restock is running - False: otherwise