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 Type
    Method
    Description
    boolean
    Indicates if the worker thread should run or not.
  • Method Details

    • shouldRun

      boolean shouldRun()
      Indicates if the worker thread should run or not.
      Returns:
      true if the worker thread should run, or false otherwise.