public interface IStoppableAgentProcessing extends IAgentProcessing
IAgentProcessingContext
This agent can receive an abort signal throught the IAgentProcessingContext
object.
The agent's implementation is responsible for regularly checking the IAgentProcessingContext.isAbortSignalReceived() return value and stop his treatment in case of true.
execute
Copyright © 2022 Visiativ. All rights reserved.