Table of Contents

Enum ExecutionMode

Namespace
Emissary
Assembly
Emissary.dll

How tool effects are executed.

public enum ExecutionMode

Fields

Live = 0

Tools execute normally.

Shadow = 1

Privileged tools are intercepted instead of executed: each call is recorded as a PlannedEffect on the result (a plan of effects for human approval) and the model receives a simulated acknowledgment. Non-privileged tools run normally.