Attachmate.Reflection.Objects.Emulation.OpenSystems Library > FileTransfer Object : AbortTransfer Function |
object.AbortTransfer() As ReturnCode
This method is not likely to be useful in a macro because all transfer methods must complete execution before subsequent commands are executed. AbortTransfer can be useful for mapping to custom items such as toolbar buttons, keystrokes or events. You could also use this method if you are using automation. For example, you could use stand-alone Visual Basic .NET to create a form with an Abort button to abort a transfer in progress.