Pepper  3.6.0
A highly extensible plattform for conversion and manipulationoflinguisticdata.
org.corpus_tools.pepper.common.JOB_STATUS Enum Reference

Status of a job in Pepper, the status could be one of the following: More...

Public Member Functions

String toString ()
 
boolean isInProgress ()
 Returns whether the status determines, that the Pepper job is still in progress. More...
 

Public Attributes

 NOT_STARTED =("not started")
 
 INITIALIZING =("initializing")
 
 IMPORTING_CORPUS_STRUCTURE =("importing corpus structure")
 
 IMPORTING_DOCUMENT_STRUCTURE =("importing document structure")
 
 ENDED =("ended")
 
 ENDED_WITH_ERRORS =("ended with errors")
 

Detailed Description

Status of a job in Pepper, the status could be one of the following:

Author
Florian Zipser

Member Function Documentation

◆ isInProgress()

boolean org.corpus_tools.pepper.common.JOB_STATUS.isInProgress ( )

Returns whether the status determines, that the Pepper job is still in progress.

Returns
true, if the type equals INITIALIZE, IMPORTING_CORPUS_STRUCTURE or IMPORTING_DOCUMENT_STRUCTURE