C# Class subtitleMemorize.InfoProgress.ProgressSection

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

Méthodes publiques

Méthode 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 méthode

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.
Résultat int

ProgressSection() public méthode

public ProgressSection ( String name, int numberOfSteps ) : System
name String
numberOfSteps int
Résultat System