RegionGraphNodeState

data class RegionGraphNodeState

The state of a node in the RegionGraph for which RegionGraphNode.isUpdatableRegion is 'true'.

Properties

Link copied to clipboard
val currentOperation: CurrentMapOperation? = null

The current operation for the region. It may be executing or waiting to be executed.

Link copied to clipboard
val installState: InstallState

The install state of the map region.

Link copied to clipboard
val lastCompletedOperation: CompletedMapOperation? = null

The last completed map operation.

Link copied to clipboard
val updateState: UpdateState? = null

The update state of the map region.