Exemplo n.º 1
0
 ///<summary>
 /// Gets the current progress of job from cache only.
 ///</summary>
 ///<param name="jobID"></param>
 ///<returns>JobStatusProgress</returns>
 public JobStatusProgress GetCachedProgress(string jobID)
 {
     return(jobDAL.GetCachedProgress(jobID));
 }