BuyAgent
The BuyAgent class allow you to interect with the BuyAgent, via scripting.
TODO: BuyAgent Constructors
Methods
BuyAgent.ChangeList(listName)
BuyAgent.ChangeList(listName)
Change the BuyAgent's active list.
Parameters
listNameString
Name of an existing buy list.
Return
Void
BuyAgent.Disable()
BuyAgent.Disable()
Disable BuyAgent Agent.
Return
Void
BuyAgent.Enable()
BuyAgent.Enable()
Enable BuyAgent on the currently active list.
Return
Void
BuyAgent.Status()
BuyAgent.Status()
Check BuyAgent Agent status
Return
Boolean
True: if the BuyAgent is active - False: otherwise