cancel static method
- ProgressListener listener
Cancels an asynchronous operation.
Parameters
- IN listener The progress listener of the operation requested to be canceled.
Throws
- An exception if it fails.
Implementation
static void cancel(final ProgressListener listener) {
objectMethod(0, 'ContentStore', 'cancel', args: listener.id);
}