public interface FlowChartRun
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getEndOfRun()
Returns the timestamp for the completion of this flow chart run.
|
java.lang.String |
getFlowChartName()
Returns the name of the flow chart with which this run is associated.
|
long |
getRuntime()
Returns the difference between the start-of-run and end-of-run timestamps
in milliseconds.
|
java.util.Date |
getStartOfRun()
Returns the timestamp for the commencement of this flow chart run.
|
boolean |
isFinishedPrematurely()
Indicates whether this flow chart was removed from the engine before the
flow chart run finished.
|
java.util.Date getEndOfRun()
java.lang.String getFlowChartName()
long getRuntime()
java.util.Date getStartOfRun()
boolean isFinishedPrematurely()
© 2000-2025 Flux Corporation. All rights reserved.