Go to the source code of this file.
Classes | |
class | Progress |
Functions | |
BOOL | BeginSlowJob (INT32 final=-1, BOOL delay=TRUE, String_64 *Description=NULL) |
BOOL | ContinueSlowJob (INT32 upto=0) |
void | EndSlowJob (void) |
void | SmashSlowJob (void) |
|
Definition at line 154 of file progress.cpp. 00156 { 00157 Progress::Start(delay, Description, finalcount); 00158 00159 return(TRUE); 00160 }
|
|
Definition at line 172 of file progress.cpp. 00173 { 00174 return(Progress::Update(upto)); 00175 }
|
|
Definition at line 187 of file progress.cpp. 00188 { 00189 Progress::Stop(); 00190 }
|
|
Definition at line 202 of file progress.cpp. 00203 { 00204 Progress::Smash(); 00205 }
|