// "NoOp" means No Operation: https://en.wikipedia.org/wiki/NOP | |
// First value is assigned a value of 0 by default. | |
public enum ProcessStatus { Successful, Failed, NoOp } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment