Skip to content

Commit

Permalink
Merge branch 'master' of github.com:NLeSC/Xenon
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaassen committed Mar 3, 2018
2 parents 0f7995b + 00a17c6 commit 2d38c2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public interface JobStatus {

/**
* Get the state of the Job.
*
*
* The state is a scheduler specific string, generally intended to be human readable. Very different state strings can be returned depending on which
* 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
* {{@link #isRunning()}, {@link JobStatus#isDone()} or {@link #hasException()} instead.
Expand Down

0 comments on commit 2d38c2c

Please sign in to comment.