|
INcModel::BatchExecuteNcProcedures
Description
This function executes in batch mode, all procedures in Nc file.
Requirements
Must not be in edit mode.
Syntax
Status BatchExecuteNcProcedures (iLogFile, iReporter);
Input: (string ) iLogFile |
File in which all log of execute will be sent to. |
Input: (IBatchProgressReporter*) iReporter |
Not implemented yet – can send null |
Return: (int) status |
0
= Operation successful. |
|