The current transfer state.
Namespace: Jscape.SftpAssembly: Jscape.Ssh (in Jscape.Ssh.dll) Version: 2.7.2.0
Syntax
C# |
---|
public bool Interrupted { get; set; } |
Visual Basic |
---|
Public Property Interrupted As Boolean Get Set |
Visual C++ |
---|
public: property bool Interrupted { bool get (); void set (bool value); } |