- Timestamp:
- 11/03/08 16:48:34 (2 months ago)
- Files:
-
- 1 modified
-
trunk/client/ebox/src/EBox/ProgressIndicator.pm (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/ebox/src/EBox/ProgressIndicator.pm
r10308 r11567 166 166 } 167 167 168 # Method: percentage 169 # 170 # Return how many ticks have been performed of the total in 171 # percentage means 172 # 173 # Returns: 174 # 175 # String - the percentage round to two decimals 176 # 168 177 sub percentage 169 178 { … … 194 203 } 195 204 205 # Method: started 206 # 207 # Return whether the action to perform has started or not 208 # 209 # Returns: 210 # 211 # True - if it has started 212 # False - otherwise 213 # 196 214 sub started 197 215 { … … 206 224 } 207 225 208 226 # Method: finished 227 # 228 # Return whether the action to perform has finished or not 229 # 230 # Returns: 231 # 232 # True - if it has finished 233 # False - otherwise 234 # 209 235 sub finished 210 236 {
