CIRCDCCFileTransfer.onAbort Member
Syntax
object.onAbort(e);
Arguments
Argument | Summary |
---|---|
e |
Returns
Remarks
See Also
Source Code
function my_dccfileabort(e)
{
this.busy = false;
updateProgress();
updateTitle();
this.display(getMsg(MSG_DCCFILE_ABORTED, this._getParams()), "DCC-FILE");
}