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
listNameStringName of an existing restock list.
Restock.FStart()
Start the Restock Agent on the currently active list.
Restock.FStop()
Stop the Restock Agent.
Restock.RunOnce(restockerName, sourceBag, destBag, dragDelay)
Restock.RunOnce(restockerName, sourceBag, destBag, dragDelay)
Parameters
restockerNameString
sourceBagInt32
destBagInt32
dragDelayInt32
Restock.Status()
Check Restock Agent status
Return
BooleanTrue: if the Restock is running - False: otherwise