Interface ISignaledTask


public interface ISignaledTask
A task that has been started by a signal.
Since:
6.1.0
API:
This is a public API.
  • Method Details

    • getId

      long getId()
      Returns:
      Task id of the started task.
      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • getTask

      ITask getTask()
      Returns:
      The task that has been started by the signal.
      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • getPattern

      SignalCode getPattern()
      Returns:
      The signal pattern that matched the received signal
      See Also:
      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • getReceivedEvent

      ISignalEvent getReceivedEvent()
      Returns:
      The signal event that triggered the start of the task.
      See Also:
      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.