public interface IWorkflowProcessing extends AutoCloseable
| Modifier and Type | Method and Description | 
|---|---|
| void | cancelProcessing()Deprecated. 
 use  stopProcessing()andmarkDeleted() | 
| void | close()closes the processing | 
| void | markDeleted()marks the current processing as deleted | 
| void | stopProcessing()stops the processing by removing all actions from the working-pool | 
@Deprecated void cancelProcessing()
stopProcessing() and markDeleted()void markDeleted()
void stopProcessing()
void close()
close in interface AutoCloseableCopyright © 2020 XIMA MEDIA GmbH. All rights reserved.