public class SequencerSimulation.FinalState extends Object
| Modifier and Type | Method and Description |
|---|---|
Exception |
getException()
Give any exception which caused sequencer to stop.
|
int |
getProgramCounter()
Get the program counter at the end of execution.
|
SequencerSimulation.State |
getStateAtEnd()
Sequencer state at the end of execution.
|
public SequencerSimulation.State getStateAtEnd()
public Exception getException()
null if the program stopped
normally.public int getProgramCounter()
Copyright © 2019 LSST. All rights reserved.