Gets or sets the
CleanUp section of sequence code, which executes after the
Setup and
Main code sections. This section contains statements that are critical to execute at the end of sequence execution. If a task running a sequence is stopped, the sequence immediately begins executing the statements in the
CleanUp section.
Namespace:
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi
Assembly:
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Property CleanUp As CleanUp |
| C# |
|---|
public CleanUp CleanUp { get; set; } |
Property Value
A
CleanUp object.