mirror of
https://github.com/corda/corda.git
synced 2025-06-14 05:08:18 +00:00
Post-review updates; added integration tests
This commit is contained in:
@ -0,0 +1,8 @@
|
||||
package net.corda.nodeapi.internal
|
||||
|
||||
enum class NodeStatus {
|
||||
WAITING_TO_START,
|
||||
STARTING,
|
||||
STARTED,
|
||||
STOPPING
|
||||
}
|
Reference in New Issue
Block a user