Checks if the transfer process was interrupted.

Namespace: Jscape.Ftp
Assembly: Jscape.Ftp (in Jscape.Ftp.dll) Version: 2.4.5.0

Syntax

C#
[ObsoleteAttribute("Use the property Interrupt instead.", false)]
public bool Interrupted()
Visual Basic
<ObsoleteAttribute("Use the property Interrupt instead.", False)> _
Public Function Interrupted As Boolean
Visual C++
[ObsoleteAttribute(L"Use the property Interrupt instead.", false)]
public:
bool Interrupted()

Return Value

true if transfer process was interrupted.

See Also