Package de.uplanet.lucy.server.workflow
Interface IRunnableWorkflowObject
- All Known Implementing Classes:
AbstractIMAPFolderWorkflowEventSource,AbstractJMSWorkflowEventSource,AbstractSingleThreadedWorkflowEventSource,ExchangeOnlineIMAPFolderPollingWorkflowEventSource,FileSystemWorkflowEventSource,IMAPFolderPollingWorkflowEventSource,JMSQueueWorkflowEventSource,JMSTopicWorkflowEventSource,MaildirWorkflowEventSource,MQTTWorkflowEventSource,UDPWorkflowEventSource
public interface IRunnableWorkflowObject
- Since:
- Intrexx 9.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanIndicates if the worker thread should run or not.
-
Method Details
-
shouldRun
boolean shouldRun()Indicates if the worker thread should run or not.- Returns:
trueif the worker thread should run, orfalseotherwise.
-