We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f7995b + 00a17c6 commit 2d38c2cCopy full SHA for 2d38c2c
src/main/java/nl/esciencecenter/xenon/schedulers/JobStatus.java
@@ -41,7 +41,7 @@ public interface JobStatus {
41
42
/**
43
* Get the state of the Job.
44
- *
+ *
45
* The state is a scheduler specific string, generally intended to be human readable. Very different state strings can be returned depending on which
46
* scheduler is used. Therefore, this method should only be used to provide feedback to the user. To programmatically inspect the state of the job use
47
* {{@link #isRunning()}, {@link JobStatus#isDone()} or {@link #hasException()} instead.
0 commit comments