Skip to content

Commit

Permalink
base: explain what OpCode.SUCCEEDED means for a Process
Browse files Browse the repository at this point in the history
  • Loading branch information
mhasself committed Aug 27, 2021
1 parent fcb9ba7 commit 89a01d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ocs/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ class OpCode(Enum):
STOPPING = 4

#: SUCCEEDED indicates that the Operation has terminated and has
#: indicated the Operation was successful.
#: indicated the Operation was successful. This includes the case
#: of a Process that was asked to stop and has shut down cleanly.
SUCCEEDED = 5

#: FAILED indicates that the Operation has terminated with some
Expand Down

0 comments on commit 89a01d4

Please sign in to comment.