CIRCDCCFileTransfer.onAbort Member

Syntax

object.onAbort(e);

Arguments

ArgumentSummary
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");
}