PineForge v0.13.1-379-g9b50973
Deterministic PineScript v6 backtest runtime — C ABI reference
Loading...
Searching...
No Matches
pineforge::engine_script_run_v18::NativeSetupResult Struct Reference

What configure_native answers: the status and, on refusal, the first error field validate_native_run_spec found. More...

#include <native_host.hpp>

Data Fields

NativeSetupStatus status = NativeSetupStatus::Failed
 
NativeRunSpecValidation validation {}
 

Detailed Description

What configure_native answers: the status and, on refusal, the first error field validate_native_run_spec found.

A refusal changes nothing — there is no partial apply.

Definition at line 385 of file native_host.hpp.

Field Documentation

◆ status

NativeSetupStatus pineforge::engine_script_run_v18::NativeSetupResult::status = NativeSetupStatus::Failed

Definition at line 386 of file native_host.hpp.

◆ validation

NativeRunSpecValidation pineforge::engine_script_run_v18::NativeSetupResult::validation {}

Definition at line 387 of file native_host.hpp.


The documentation for this struct was generated from the following file: