Uses of Class
pulse.tasks.logs.Status
-
Packages that use Status Package Description pulse.tasks Introduces theSearchTask, which is the main actor inPULsE, and theTaskManager, a high-level class which among other functions manages loading and executingSearchTasks.pulse.tasks.logs Lists classes for logging, storing runtime information including statuses. -
-
Uses of Status in pulse.tasks
Methods in pulse.tasks that return Status Modifier and Type Method Description StatusCalculation. getStatus()StatusSearchTask. getStatus()Methods in pulse.tasks with parameters of type Status Modifier and Type Method Description booleanCalculation. setStatus(Status status)Attempts to set the status of this calculation tostatus.booleanSearchTask. setStatus(Status status)Will returntrueif status could be updated. -
Uses of Status in pulse.tasks.logs
Methods in pulse.tasks.logs that return Status Modifier and Type Method Description StatusStateEntry. getState()StatusStateEntry. getStatus()static StatusStatus. troubleshoot(SolverException e1)static StatusStatus. valueOf(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.Methods in pulse.tasks.logs with parameters of type Status Modifier and Type Method Description voidStateEntry. setStatus(Status status)Constructors in pulse.tasks.logs with parameters of type Status Constructor Description StateEntry(SearchTask task, Status status)
-