corda / com.r3.enm.servicesapi.networkmap / UpdateStatus

UpdateStatus

enum class UpdateStatus

Enum Values

NEW

A newly created update.

FLAG_DAY

An update that has passed its deadline and flagged to be made active on the next signing event. At most only one update with status either NEW or FLAG_DAY can exist.

APPLIED

Any previously flagged update that has been activated into the network map.

CANCELLED

A new or flag day update that has been cancelled.