Public Types | |
enum | State { State.e_Error = 0, State.e_ToBeContinued = 1, State.e_Finished = 2 } |
Enumeration for progress state. More... | |
Public Member Functions | |
Progressive (Progressive arg0) | |
Constructor, with another Progressive object. | |
Progressive.State | Continue () |
Continue the progressive process. More... | |
int | GetRateOfProgress () |
Get the rate of current progress. More... | |
This class represents a progressive object, which is used for progressive process such as loading document, parsing page and so on.
|
strong |
|
inline |
Continue the progressive process.
|
inline |
Get the rate of current progress.