This is similar to the SJF (shortest job first).It will look at how much time is remaining for a process. The shorter the time the higher priority it will get. As processes run they will need less and less time which means processes will start to get higher and higher priority.

SRT will tend to give long process less processing time at the start of execution and more processing time when they are almost complete.