Java org.springframework.boot.cli.command.status ExitStatus fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.boot.cli.command.status ExitStatus fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.boot.cli.command.status ExitStatus.

The text is from its open source code.

Field

ExitStatusOK
Generic "OK" exit status with zero exit code and hangup=false .
ExitStatusERROR
Generic "not OK" exit status with non-zero exit code and hangup=true .