Schnittstelle IRunnableWorkflowObject

Alle bekannten Implementierungsklassen:
AbstractIMAPFolderWorkflowEventSource, AbstractJMSWorkflowEventSource, AbstractSingleThreadedWorkflowEventSource, ExchangeOnlineIMAPFolderPollingWorkflowEventSource, FileSystemWorkflowEventSource, IMAPFolderPollingWorkflowEventSource, JMSQueueWorkflowEventSource, JMSTopicWorkflowEventSource, MaildirWorkflowEventSource, MQTTWorkflowEventSource, UDPWorkflowEventSource

public interface IRunnableWorkflowObject
Seit:
Intrexx 9.
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    boolean
    Indicates if the worker thread should run or not.
  • Methodendetails

    • shouldRun

      boolean shouldRun()
      Indicates if the worker thread should run or not.
      Gibt zurück:
      true if the worker thread should run, or false otherwise.