We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8b24ad commit e16caacCopy full SHA for e16caac
1 file changed
src/main/java/com/coreoz/wisp/JobStatus.java
@@ -14,7 +14,7 @@ public enum JobStatus {
14
*/
15
SCHEDULED,
16
/**
17
- * a scheduled job that will probably run sooner than another scheduled job :)
+ * a scheduled job that is attached to a thread from the pool and ready to be executed when its time comes
18
19
READY,
20
0 commit comments