Post-review updates; added integration tests

This commit is contained in:
Chris Cochrane
2022-06-08 13:36:50 +01:00
parent b76fc7de59
commit 500be9cbcd
4 changed files with 84 additions and 7 deletions

View File

@ -0,0 +1,8 @@
package net.corda.nodeapi.internal
enum class NodeStatus {
WAITING_TO_START,
STARTING,
STARTED,
STOPPING
}