VeriStand .NET API Reference

CommandShell.WaitToComplete Property

Gets or sets a value indicating whether the CommandShell step waits for the Command Prompt to return before completing the step.

Namespace: NationalInstruments.VeriStand.StimulusProfileDefinitionApi
Assembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Property WaitToComplete As Boolean
C#
public bool WaitToComplete { get; set; }
Visual C++
public:
property bool WaitToComplete {
	bool get ();
	void set (bool value);
}

Property Value

true (True in Visual Basic) if the stimulus profile waits for the Command Prompt to return.

Remarks

The Command Prompt does not return until all applications it calls are properly closed.

See Also

Log in to get a better experience