Previous | Next |
Returns the transfer operation for the File Transfer object.
Syntax
NSFile.TransferOperation
Return Values
The TransferOperation property returns the following values.
Value | Description |
0 | The File Transfer object is not in operation. |
2 | The File Transfer object is in operation. It is ready to receive, is receiving, or has finished receiving. |
Remarks
Do not use TransferOperation to determine the status of a transfer. Use TransferStatus or the file transfer events to determine transfer status.
Previous | Next |