Cancels an auction.
Interaction category: auction
Command.Auction.Cancel(auction) | |||
Command.Auction.Cancel(auction, callback) | |||
Parameter | Type | Datatype | Description |
---|---|---|---|
auction | parameter | auction | The auction to be targeted. |
callback | parameter | callbackfunction | A standard command callback, used for detecting success or failure. See the "callbackfunction" documentation for more details. |