public interface IWorkflowProcessing extends AutoCloseable
Modifier and Type | Method and Description |
---|---|
void |
cancelProcessing()
Deprecated.
use
stopProcessing() and markDeleted() |
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 AutoCloseable
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.