Uses of Class
org.javasteps.ProcessContext.ProcessStatus

Packages that use ProcessContext.ProcessStatus
org.javasteps   
org.javasteps.engine   
 

Uses of ProcessContext.ProcessStatus in org.javasteps
 

Methods in org.javasteps that return ProcessContext.ProcessStatus
 ProcessContext.ProcessStatus ProcessContext.getStatus()
          Gets the current process status
 ProcessContext.ProcessStatus Process.start()
          Starts the process from the first step
static ProcessContext.ProcessStatus ProcessContext.ProcessStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ProcessContext.ProcessStatus[] ProcessContext.ProcessStatus.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of ProcessContext.ProcessStatus in org.javasteps.engine
 

Methods in org.javasteps.engine that return ProcessContext.ProcessStatus
 ProcessContext.ProcessStatus ProcessImpl.getStatus()
           
 ProcessContext.ProcessStatus ProcessImpl.start()