Home
last modified time | relevance | path

Searched refs:GetRepeatOnFail (Results 1 – 5 of 5) sorted by relevance

/dports/sysutils/luckybackup/luckybackup-0.5.0/src/
H A DoperationClass.h89 int GetRepeatOnFail() const {return itsRepeatOnFail;} in GetRepeatOnFail() function
H A Dcommandline.cpp469 …int repeatTaskOnFailMax = Operation[currentOperation] -> GetRepeatOnFail(); // This holds the n… in rsyncIT()
H A Dexecutenow.cpp405 …repeatOnFailMax = Operation[currentOperation] -> GetRepeatOnFail(); // This holds the number of… in executeBeforeTask()
H A DmodifyDialog.cpp1537 uiM.spinBox_repeatOnFail -> setValue ( pTask -> GetRepeatOnFail() ); in fillModifyWindow()
H A Dglobal.cpp1155 … out << "RepeatOnFail=" << Operation[currentOperation] -> GetRepeatOnFail() << "\n"; in saveProfile()