Interface Task

All Superinterfaces:
PropertyBindable, PropertyConstrainable
All Known Subinterfaces:
SequenceTask
All Known Implementing Classes:
AbstractOperation, AbstractReadWriteLockOperation, AbstractSequenceTask, AbstractTask, RunnableOperation

public interface Task extends PropertyBindable, PropertyConstrainable
Represents a task being performed.
Author:
Garret Wilson
  • Field Details

    • STATE_PROPERTY

      static final String STATE_PROPERTY
      The bound property of the task state.
  • Method Details

    • getState

      TaskState getState()
      Returns:
      The current state of the task.