markInProgress method
void
markInProgress()
Marks the operation as in progress.
Implementation
void markInProgress() {
status = PreloadStatus.inProgress;
}
Marks the operation as in progress.
void markInProgress() {
status = PreloadStatus.inProgress;
}