Name | Description | |
---|---|---|
![]() | CurrentItem | Gets the currently processing ProgressFileItem. |
![]() | Destination | Gets the destination file system. |
![]() | Exceptions | Gets the last error. |
![]() | Source | Gets the source file system. |
![]() | State | Gets or sets the thread's state. |
![]() | Thread | Gets the Thread object. |
![]() | ThreadId | Gets the thread id. |
Name | Description | |
---|---|---|
![]() | Pause | Pauses the thread. Current transfer will be canceled and will be resumed when calling the Resume method. |
![]() | Resume | Resumes the thread that was paused by Pause method. |
![]() | Stop | Stops the thread. |
Name | Description | |
---|---|---|
![]() | StateChanged | Occurs when the state of the thread is changed. |