Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ int8 OBJECTIVE_STATUS_IDLE = 1
int8 OBJECTIVE_STATUS_RUNNING = 2
int8 OBJECTIVE_STATUS_SUCCESS = 3
int8 OBJECTIVE_STATUS_FAILURE = 4
int8 OBJECTIVE_STATUS_CANCELED = 5
int8 OBJECTIVE_STATUS_CANCELLED = 5

# The status of the objective.
int8 objective_status