Syntalos::LoadScriptRequest

Syntalos::LoadScriptRequest

Syntalos::LoadScriptRequest

More…

#include <ipc-types-private.h>

Public Functions

Name
ByteVectortoBytes() const
If true, the worker should reset its port state before executing the script.
LoadScriptRequestfromMemory(const void * memory, size_t size)

Public Attributes

Name
std::stringworkingDir
std::stringvenvDir
std::stringscript
boolresetPorts

Detailed Description

struct Syntalos::LoadScriptRequest;

Instruct the module to load a script

Public Functions Documentation

function toBytes

inline ByteVector toBytes() const

If true, the worker should reset its port state before executing the script.

function fromMemory

static inline LoadScriptRequest fromMemory(
    const void * memory,
    size_t size
)

Public Attributes Documentation

variable workingDir

std::string workingDir;

variable venvDir

std::string venvDir;

variable script

std::string script;

variable resetPorts

bool resetPorts = false;

Updated on 2026-04-24 at 23:36:58 +0000