current state of the long-running procedure
More...
|
int | PercentageDone [get, set] |
| percentage done More...
|
|
decimal | AbsoluteOverallAmount [get, set] |
| overall amount More...
|
|
string | StatusMessage [get, set] |
| status message, which changes during the procedure More...
|
|
string | Caption [get, set] |
| caption, overall description of job More...
|
|
bool | CancelJob [get, set] |
| the client can ask the procedure to stop More...
|
|
bool | JobFinished [get, set] |
| if the job has finished, this is set to true. note: sometimes percentage might be inaccurate, or not present at all More...
|
|
current state of the long-running procedure
◆ TProgressState()
Ict.Common.TProgressState.TProgressState |
( |
| ) |
|
|
inline |
◆ AbsoluteOverallAmount
decimal Ict.Common.TProgressState.AbsoluteOverallAmount |
|
getset |
◆ CancelJob
bool Ict.Common.TProgressState.CancelJob |
|
getset |
the client can ask the procedure to stop
◆ Caption
string Ict.Common.TProgressState.Caption |
|
getset |
caption, overall description of job
◆ JobFinished
bool Ict.Common.TProgressState.JobFinished |
|
getset |
if the job has finished, this is set to true. note: sometimes percentage might be inaccurate, or not present at all
◆ PercentageDone
int Ict.Common.TProgressState.PercentageDone |
|
getset |
◆ StatusMessage
string Ict.Common.TProgressState.StatusMessage |
|
getset |
status message, which changes during the procedure
The documentation for this class was generated from the following file: