v2026.6.4
All Bundles
Bundle Core runtime library providing primitive types (Bool, Byte, Char, Int, Float, String), base collections, and system utilities. Every Objeck program links against this bundle automatically via lang.obl.

CommandOutput

Output from system command call

Operations

GetCommand #

Gets the command that was executed

method : public : GetCommand() ~ String

Return

TypeDescription
Stringcommand executed

GetOutput #

Gets output from command

method : public : GetOutput() ~ String[]

Return

TypeDescription
Stringoutput from command

GetStatus #

Gets the return status code for the command executed

method : public : GetStatus() ~ Int

Return

TypeDescription
Intstatus code

ToString #

Creates a string representation of the command output

method : public : ToString() ~ String

Return

TypeDescription
Stringstring representation of the command output