ContentStopEvent

An event that signals the completion of a command execution. This event contains the final status and exit code of the executed command.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The exit code returned by the executed command. An exit code of 0 indicates successful execution, -1 indicates a platform error, and values greater than 0 indicate command-specific errors.

Link copied to clipboard

The final status of the command execution. Valid values are COMPLETED for successful completion or TIMED_OUT if the command exceeded the specified timeout.

Functions

Link copied to clipboard
inline fun copy(block: ContentStopEvent.Builder.() -> Unit = {}): ContentStopEvent
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String