ExitCodeEvent

Event fired when an application exit code has been determined from an ExitCodeGenerator.

Author

Phillip Webb

Since

1.3.2

Constructors

Link copied to clipboard
constructor(source: Any, exitCode: Int)
Create a new ExitCodeEvent instance.

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun getSource(): Any
Link copied to clipboard
open fun toString(): String