MOTMaster.Controller.save C# (CSharp) Method

save() private method

private save ( MOTMasterScript script, string pathToPattern, Object>.Dictionary report ) : void
script MOTMasterScript
pathToPattern string
report Object>.Dictionary
return void
        private void save(MOTMasterScript script, string pathToPattern, Dictionary<String, Object> report)
        {
            ioHelper.StoreRun(motMasterDataPath, controllerWindow.GetSaveBatchNumber(), pathToPattern, hardwareClassPath,
                script.Parameters, report, config.ExternalFilePattern);
        }

Same methods

Controller::save ( MOTMasterScript script, string pathToPattern, byte imageData, Object>.Dictionary report ) : void