Changes in src/Actions/Process.hpp [326a43b:7c4e29]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/Process.hpp
r326a43b r7c4e29 29 29 bool doesStop(); 30 30 int getCurrStep(); 31 void setCurrStep(int _currStep); 31 32 float getDoneRatio(); 32 33 int getMaxSteps(); 34 void setMaxSteps(int _maxSteps); 33 35 34 36 protected:
Note:
See TracChangeset
for help on using the changeset viewer.