stop method

void stop()

Stops any attempt to load this content.

Implementation

void stop() {
  _stopped = true;
}