Syntalos::LoadScriptRequest
Syntalos::LoadScriptRequest
#include <ipc-types-private.h>
Public Functions
| Name | |
|---|---|
| ByteVector | toBytes() const If true, the worker should reset its port state before executing the script. |
| LoadScriptRequest | fromMemory(const void * memory, size_t size) |
Public Attributes
| Name | |
|---|---|
| std::string | workingDir |
| std::string | venvDir |
| std::string | script |
| bool | resetPorts |
Detailed Description
struct Syntalos::LoadScriptRequest;Instruct the module to load a script
Public Functions Documentation
function toBytes
inline ByteVector toBytes() constIf 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