Documentation

CursorAgentResult
in package

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

Properties

Methods

__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

        
On this page

Search results