Method | Description | |
---|---|---|
AddSection ( String name, int numberOfSteps ) : void | ||
Cancel ( ) : void | ||
InfoProgress ( double>.Action |
Initializes a new instance of the subtitleMemorize.InfoProgress class. The handler takes an information string and a value between 0 and 1, indicating the progress.
|
|
ProcessedSteps ( int steps ) : void |
Increase the number of processed steps by "steps".
|
|
StartProgressing ( ) : void |
Show information for 0%.
|
|
Update ( ) : void |
Method | Description | |
---|---|---|
UpdateHandler ( ) : void |
public AddSection ( String name, int numberOfSteps ) : void | ||
name | String | |
numberOfSteps | int | |
return | void |
public InfoProgress ( double>.Action |
||
setProgressHandler | double>.Action | Set progress handler. |
return | System |
public ProcessedSteps ( int steps ) : void | ||
steps | int | Steps. |
return | void |