cancel method

void cancel()

Cancels the content update operation.

Throws

  • An exception if it fails.

Implementation

void cancel() {
  objectMethod(_pointerId, 'ContentUpdater', 'cancel');
}