All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.corda.cliutils.ExitCodes.kt Maven / Gradle / Ivy

There is a newer version: 4.12.2
Show newest version
package net.corda.cliutils

open class ExitCodes {
    companion object {
        const val SUCCESS: Int = 0
        const val FAILURE: Int = 1
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy