standardOutputContent property

String? standardOutputContent
final

The first 24,000 characters written by the plugin to stdout. If the command has not finished running, if ExecutionStatus is neither Succeeded nor Failed, then this string is empty.

Implementation

final String? standardOutputContent;