Skip to content

Commit 2dd8a43

Browse files
minor comment
1 parent 87b9def commit 2dd8a43

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/ResourceManager/Common/Commands.Common.Strategies/ProgressMap.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ public ProgressMap(Dictionary<IResourceConfig, Tuple<TimeSlot, int>> map, int du
3030
_Duration = duration;
3131
}
3232

33+
/// <summary>
34+
/// Returns a value [0..1] which is used to increment a progress bar when the resource is
35+
/// created.
36+
/// </summary>
37+
/// <param name="config">a resource configuration.</param>
38+
/// <returns></returns>
3339
public double Get(IResourceConfig config)
3440
{
3541
var x = _Map.GetOrNull(config);

0 commit comments

Comments
 (0)