CIRCDCCFileTransfer.onFail Member

Syntax

object.onFail(e);

Arguments

ArgumentSummary
e

Returns

Remarks

See Also

Source Code

function my_dccfilefail(e)
{
this.busy = false;
updateProgress();
updateTitle();
this.display(getMsg(MSG_DCCFILE_FAILED, this._getParams()), "DCC-FILE");
}