Builder

class Builder

Properties

Link copied to clipboard

An event containing incremental output (stdout or stderr) from the command execution. These are the middle chunks.

Link copied to clipboard

An event indicating the start of content streaming from the command execution. This is the first chunk received.

Link copied to clipboard

An event indicating the completion of the command execution, including the exit code and final status. This is the last chunk received.

Functions