Execute Method (ConfigurableQualityBit)
- Last UpdatedApr 08, 2026
- 1 minute read
Backs up the data buffer and checks the configurable quality bit. If a good
quality is determined, then the record will be fresh; otherwise, it will stale
the record and refrain from krunching it.
public IStepContext Execute(
IStepContext stepContext,
ICachedSettings cachedSettings
)
public:
IStepContext^ Execute(
IStepContext^ stepContext,
ICachedSettings^ cachedSettings
)
Parameters
- stepContext
- Context for krunching that contains information passed between steps.
- cachedSettings
- Cached configurations from RealTime database (RTDB) JSON files.
Return Value
The stepContext updated by the step.