ODWImportProgress Class |
Namespace: Omada.OE.Solution.OIM.AppLogic.SystemOnboarding
public class ODWImportProgress
The ODWImportProgress type exposes the following members.
| Name | Description | |
|---|---|---|
| ODWImportProgress |
| Name | Description | |
|---|---|---|
| EndTime |
End time of the step
| |
| ID |
Number used as a unique ID
| |
| Level |
There are three levels in the import progress:
0. Overall import
1. Main steps
2. Sub steps
| |
| StartTime |
Start time of the step
| |
| Status |
Can be either "Running" or "Success"
| |
| StatusDetails |
Contains data from the StatusDetails column
| |
| Step |
Textual description what is going on in each step
|
| Name | Description | |
|---|---|---|
| ToBool |
Converts object to boolean.
(Defined by ObjectExtensions.) | |
| ToDateTime |
Converts object to DateTime.
(Defined by ObjectExtensions.) | |
| ToInt |
Converts object to integer.
(Defined by ObjectExtensions.) |