Execute Method (CheckKrunchPrereqs)
- Last UpdatedApr 08, 2026
- 1 minute read
Perform prerequisite checking as to whether this point should proceed with krunching. The method checks:
- If the point is telemetered.
- If the point is in manual mode (flag.manl) with KRUNCH_MANL_ANALOG_ENABLED enabled.
- If the point was marked stale by Flatline Watchdog.
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.