progress


Description:

public int progress { get; set; }

Progress percentage (0-100), calculated from completed/total.

This is a calculated property that derives from completed and total. If total is 0, returns 0. Otherwise calculates percentage.