Progress step report. More...
Inherits ProgressReportEventArgsBase.
Public Member Functions | |
| ProgressReportEventArgs (int id) | |
| Constructor. | |
Properties | |
| bool | Continue [get, set] |
| Continue flag. When set to false, the progress action will be interrupted. | |
Properties inherited from ProgressReportEventArgsBase | |
| int | ID [get] |
| ID of the progress event (different progress stages use different IDs). | |
Progress step report.
| ProgressReportEventArgs | ( | int | id | ) |
Constructor.
| id | Progress reporting ID. |