Compartilhar via


RunState Classe

Define os estados em que uma execução pode estar.

Herança
builtins.object
RunState

Construtor

RunState()

Atributos

CANCEL_RUN

CANCEL_RUN = 'canceled'

COMPLETE_RUN

COMPLETE_RUN = 'completed'

FAIL_RUN

FAIL_RUN = 'failed'

PREPARE_RUN

PREPARE_RUN = 'preparing'

START_RUN

START_RUN = 'running'