StepGroup.CheckForErrors Method
- Updated2023-02-21
- 2 minute(s) read
Performs checks on a step and returns any errors, warnings, or messages that are relevant to the step's current configuration.
Namespace:
NationalInstruments.VeriStand.StimulusProfileDefinitionApiAssembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Overrides Function CheckForErrors As CompilationEvent() |
| C# |
|---|
public override CompilationEvent[] CheckForErrors() |
| Visual C++ |
|---|
public: virtual array<CompilationEvent^>^ CheckForErrors() override |
Return Value
An array of CompilationEvent objects that represent the errors, warnings, and messages generated by the step.
Remarks
Overrides ActionStep.CheckForErrors.