public interface BlockState
A block is a representation for a sequence of steps. It is used to facilitate the parallel execution of steps, and also for for sequential orchestration.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Returns description of the block.
|
java.lang.String |
getId()
Returns id of the block.
|
SatelliteConnectionState |
getSatelliteConnectionState() |
BlockExecutionState |
getState() |
java.lang.Boolean |
hasSteps() |
java.lang.String getId()
java.lang.String getDescription()
BlockExecutionState getState()
java.lang.Boolean hasSteps()
SatelliteConnectionState getSatelliteConnectionState()