|
T_NcConvertCSV2CHLResult
This struct is the Result status of method ConvertCSVCutters2CHL from INcModel.
Struct Members
mErrorStatus |
Integer – Error status of ConvertCSVCutters2CHL the value can be a combination of values from enum NcConvert2CHLResult. |
mNumberOfItems |
Integer – Number of items that was imported from the CSV. |
mItemType |
NcImportedItemType – Item type (cutter or holder). |
mFailedItemIndex |
Integer – In case the import failed and stopped during conversion, contains the index of the item that failed. |
mFailedItemName |
String - In case the import failed and stopped during conversion, contains the name of the item that failed. |
|