| Package | Description |
|---|---|
| net.sourceforge.jobman |
| Modifier and Type | Field and Description |
|---|---|
private Status |
Task.stat
The status of this job, which is used to communicate to the parent task.
|
private static Status |
JobMan.topStatus
The status of the top job.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) static java.util.List<Status> |
Status.dormanList |
private static java.util.Map<java.lang.String,Status> |
Assembler.jobRoster |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Status |
Task.advance()
Check the current status assuming the last update had status RUNNING.
|
protected Status |
Range.advance() |
protected Status |
Param.advance() |
protected Status |
Node.advance() |
protected Status |
Exec.advance() |
private Status |
Node.doBreak() |
(package private) Status |
Task.getStatus() |
private static Status |
Logger.statusByLog(java.io.File logP,
java.lang.String taskName)
Obtain the status of the task by parsing the log file of the task.
|
(package private) static Status |
Logger.taskStatus(Task t)
Scan the log and the err files to see if the task has completed
successfully.
|
(package private) Status |
Task.updateStatus()
Obtain the status of the task.
|
static Status |
Status.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Status[] |
Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2006-2015 Heng Sun.