Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
检查在上次尝试传输文件期间是否确实下载了文件。
abstract boolean FileTransfer.isTransferredFile()
如果文件已传输,返回 true;否则,返回 false。
如果在调用 transferFile() 方法时文件已是最新,则此方法将返回 true,而 isTransferredFile() 方法将返回 false。
如果出现错误,且 transferFile() 方法抛出异常,则 isTransferredFile() 方法返回 false。