<< 点击显示目录 >> 主页 mappServices帮助手册 > mapp IO 管理硬件配置 > 库 > 数据类型和枚举 > 枚举 > MpIOImportUIStatusEnum |
This enumerated data type provides information about the current activity of a component.
Description |
|
mpIO_IMPORTUI_STATUS_IDLE |
No process is currently active. |
mpIO_IMPORTUI_STATUS_REFRESH |
The file list is reloaded. |
mpIO_IMPORTUI_STATUS_BUILD |
The import data is created by the import file. |
mpIO_IMPORTUI_STATUS_DIALOG |
A dialog box is active. Waiting for user input. |
mpIO_IMPORTUI_STATUS_DISPOSE |
Import data is discarded (after cancelation by the user). |
mpIO_IMPORTUI_STATUS_IMPORT |
The hardware configuration is being imported. |
mpIO_IMPORTUI_STATUS_ERROR |
An error occurred during the last operation. |