[wip] initial commit
extracted useful snippets from other projects
This commit is contained in:
commit
b950c9ebdb
26 changed files with 1362 additions and 0 deletions
5
src/de/pzzz/vertx/process/ProcessStatus.java
Executable file
5
src/de/pzzz/vertx/process/ProcessStatus.java
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
package de.pzzz.vertx.process;
|
||||
|
||||
public enum ProcessStatus {
|
||||
READY, RUNNING, COMPLETED, ERRORS, FAILED;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue