/// <summary>
 /// Returns whether <see cref="Progress"/>  is indeterminate
 /// </summary>
 /// <returns>Whether the current arguments are for indeterminate progress</returns>
 public bool IsProgressIndeterminate()
 {
     return(ProgressControllerHelper.IsIndeterminate(this.Progress));
 }