C# Class subtitleMemorize.InfoProgress.ProgressSection

A section in the whole process. See documentation of InfoProgress for more detail.
Mostrar archivo Open project: ChangSpivey/SubtitleMemorize

Public Methods

Method Description
AddProcessedSteps ( int steps ) : int

Increase counter for processed steps. Returns the number of steps that were really increased (in case "new steps + saved steps > max steps").

ProgressSection ( String name, int numberOfSteps ) : System

Method Details

AddProcessedSteps() public method

Increase counter for processed steps. Returns the number of steps that were really increased (in case "new steps + saved steps > max steps").
public AddProcessedSteps ( int steps ) : int
steps int Steps.
return int

ProgressSection() public method

public ProgressSection ( String name, int numberOfSteps ) : System
name String
numberOfSteps int
return System