Indicates whether the compare operation has completed.
[DataMemberAttribute(Name="isCompleted")]
public bool IsCompleted {get; set;}
true if the operation completed; otherwise, false.
This property will only be set to true if CompareJobData.JobState is set to CompareStatus.Completed.