class documentation

class JobState(Enum): (source)

View In Hierarchy

Undocumented

Class Variable cancel the job was cancelled
Class Variable complete the job has been completed successfully
Class Variable error there was an error
Class Variable init the job is being created
Class Variable open the job is just created and waiting for start
Class Variable running the job is running
cancel: str = (source)

the job was cancelled

complete: str = (source)

the job has been completed successfully

error: str = (source)

there was an error

init: str = (source)

the job is being created

open: str = (source)

the job is just created and waiting for start

running: str = (source)

the job is running