cancel method
Cancels the content update operation.
Throws
- An exception if it fails.
Implementation
void cancel() {
objectMethod(_pointerId, 'ContentUpdater', 'cancel');
}
Cancels the content update operation.
Throws
void cancel() {
objectMethod(_pointerId, 'ContentUpdater', 'cancel');
}