cancel static method
- ProgressListener listener
Cancel an asynchronous content operation previously started with a returned listener.
Parameters
listener: The ProgressListener instance returned by the operation to cancel.
Implementation
static void cancel(final ProgressListener listener) {
staticMethod('ContentStore', 'cancel', args: listener.id);
}