CursorAgentResult
Table of Contents
Properties
-
$command
: array<string|int, mixed>
-
$error
: string|null
-
$errorOutput
: string|null
-
$exitCode
: int|null
-
$output
: string|null
-
$success
: bool
-
$timestamp
: string
Methods
-
__construct()
: mixed
$command
public
array<string|int, mixed>
$command
= []
$error
public
string|null
$error
= null
$errorOutput
public
string|null
$errorOutput
= null
$exitCode
public
int|null
$exitCode
= null
$output
public
string|null
$output
= null
$success
public
bool
$success
$timestamp
public
string
$timestamp
= ''
__construct()
public
__construct(bool $success[, string|null $output = null ][, int|null $exitCode = null ][, array<string|int, mixed> $command = [] ][, string $timestamp = '' ][, string|null $error = null ][, string|null $errorOutput = null ]) : mixed
Parameters
-
$success
: bool
-
-
$output
: string|null
= null
-
-
$exitCode
: int|null
= null
-
-
$command
: array<string|int, mixed>
= []
-
-
$timestamp
: string
= ''
-
-
$error
: string|null
= null
-
-
$errorOutput
: string|null
= null
-