Class ClusterTaskScheduler.StatusResult
java.lang.Object
fr.ens.biologie.genomique.eoulsan.core.schedulers.clusters.ClusterTaskScheduler.StatusResult
- Enclosing interface:
- ClusterTaskScheduler
This class define a Status result return by the statusJob() method of the interface.
- Author:
- Laurent Jourdren
-
Constructor Summary
ConstructorsConstructorDescriptionStatusResult(ClusterTaskScheduler.StatusValue statusValue) Constructor.StatusResult(ClusterTaskScheduler.StatusValue statusValue, int exitCode) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionintReturn the exit code.Get status value.
-
Constructor Details
-
StatusResult
Constructor.- Parameters:
statusValue- status value
-
StatusResult
Constructor.- Parameters:
statusValue- status valueexitCode- exit code
-
-
Method Details
-
getStatusValue
Get status value.- Returns:
- the status value
-
getExitCode
public int getExitCode()Return the exit code.- Returns:
- the exit code
-