Interface JobState

All Known Implementing Classes:
JobState.JobStateImpl

public interface JobState
Author:
Roman Smirnov
  • Field Details

    • CREATED

      static final JobState CREATED
    • FAILED

      static final JobState FAILED
    • SUCCESSFUL

      static final JobState SUCCESSFUL
    • DELETED

      static final JobState DELETED
  • Method Details

    • getStateCode

      int getStateCode()