-
Left side of of the window
- Operations list window - displays list of tasks with different status (finished, cancelled, ...). For each task there is given status of it, current filename being processed, destination folder to which files are stored and percentage progress of a task.
- Pause button - pauses selected task. If another task is waiting for this one to be finished it now starts.
- Resume button - resumes work of the selected, paused task. Also if task is in wait state (waiting for another one to finish) this button causes it to start. When used on 'wait state' task it ignores configuration option 'Limit maximum operations running simultaneously' ('Copying/moving thread' section).
- Restart button - causes selected task to restart. Causes task to run from the beginning (with searching for files).
- Cancel button - cancels the currently selected task.
- Remove button - when the task is finished or cancelled this command removes task from the list. If task is running program asks if user want to cancel current task.
- Pause/all button - work like Pause button, but for all of the tasks.
- Resume/all button - work like Resume button, but does not ignore the configuration option 'Limit maximum operations running simultaneously' ('Copying/moving thread' section).
- Cancel/all button - cancels all the tasks.
- Remove/all button - removes all the cancelled and finished tasks from the list.
- Restart/all button - restarts all the tasks from the list.
- Stick button - causes the status dialog to be positioned in right-bottom corner of the screen.
- '<<' '>>' button - changes the dialog view to simple/advanced.
- Advanced button - Shows menu with advanced options regarding one or more tasks from the list.
-
Current selection statistics - statistics for the task selected in Operations list window.
- Associated file - filename that contains info about current task. When you restart the system, Copy Handler loads task info from this file. Files are placed in a location specified by configuration option 'Folder for temporary data' (in 'Program' section).
- Operation - specifies type and status of the selected task.
- Source object - current filename that is being processed (copied or moved into destination location).
- Destination object - destination folder into which the selected task copies the files and folders.
- Buffer size - specifies the buffer size which is currently being used for the copying. You may change the size of the buffers by clicking on '...' button on the right. It will bring up the buffer size dialog.
- Thread priority - task priority at which the thread is running. You can change it by clicking the '>' button on the right and choosing from the menu needed priority.
- Comments - displays error descriptions if any occurred.
- View log button - shows log file contents associated with the current task.
- Processed - gives info on how many files and folders has been processed/count of all files and folders, size of data that has been processed/count of all data and passes that has been made/count of all passes. There are more than 1 pass when you specify more than one copy to make.
- Time - displays elapsed time (of this tasks' working), the total estimated time that the operation would take, and the estimated time left.
- Transfer - shows current transfer rate for this task (current and average). The current speed of copying is measured by dividing the size of data that has been copied in the last interval of time (it is about value specified in configuration option 'Refresh status every ... [ms]' in 'Status dialog' section) by the real, precise time that passed when copying the data. The data may be a bit inaccurate when using large buffers. Program reads one buffer at a time, so it may happen that when using large buffers or a small refresh intervals the transfer will drastically change from 0 B/s to i.e. 24MB/s (for 24MB buffer). Average speed is measured by dividing size of all the copied data by the overall time.
- Progress - file-size based progress bar.
-
Global statistics
- Processed - very similar to 'Processed' from above, but it displays info about all the tasks in a list (it doesn't matter if it's finished, cancelled, or running).
- Transfer - displays current transfer for all running tasks in a list
- Progress - size-based progress bar for all the tasks in a list (ignores state of a task. Counts all of them).