markFailed method
Marks the operation as failed.
Implementation
void markFailed(Object error) {
status = PreloadStatus.failed;
this.error = error;
endTime = DateTime.now();
}
Marks the operation as failed.
void markFailed(Object error) {
status = PreloadStatus.failed;
this.error = error;
endTime = DateTime.now();
}