Uses of Enum Class
com.amalgamasimulation.studies.core.Run.Status
Packages that use Run.Status
Package
Description
-
Uses of Run.Status in com.amalgamasimulation.studies.core
Methods in com.amalgamasimulation.studies.core that return Run.StatusModifier and TypeMethodDescriptionReplicationStudyStep.runStatus()Run.status()Returns the current run status.static Run.StatusReturns the enum constant of this class with the specified name.static Run.Status[]Run.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.amalgamasimulation.studies.core with parameters of type Run.Status -
Uses of Run.Status in com.amalgamasimulation.studies.headlessapp.dto
Methods in com.amalgamasimulation.studies.headlessapp.dto that return Run.StatusModifier and TypeMethodDescriptionProgressItem.status()Returns the value of thestatusrecord component.Constructors in com.amalgamasimulation.studies.headlessapp.dto with parameters of type Run.StatusModifierConstructorDescriptionProgressItem(ShortId runId, double completedFraction, Run.Status status, boolean cancelledBeforeStart) Creates an instance of aProgressItemrecord class. -
Uses of Run.Status in com.amalgamasimulation.studies.remote.dto
Methods in com.amalgamasimulation.studies.remote.dto that return Run.StatusModifier and TypeMethodDescriptionRunExecutionStatus.status()Returns the value of thestatusrecord component.Constructors in com.amalgamasimulation.studies.remote.dto with parameters of type Run.StatusModifierConstructorDescriptionRunExecutionStatus(Run.Status status, double completedFraction) Creates an instance of aRunExecutionStatusrecord class.