cancel static method

void cancel(
  1. ProgressListener listener
)

Cancels an asynchronous operation.

Parameters

  • IN listener The progress listener of the operation requested to be canceled.

Implementation

static void cancel(final ProgressListener listener) {
  staticMethod('ContentStore', 'cancel', args: listener.id);
}