API reference › @evolu/common › Task › RunConfig
Defined in: packages/common/src/Task.ts:1072
Configuration for Run behavior.
Properties
eventsEnabled
readonly eventsEnabled: Ref<boolean>;
Defined in: packages/common/src/Task.ts:1079
Whether to emit RunEvents.
Use a Ref to enable/disable at runtime without recreating the Run. Disabled by default for zero overhead in production.