VeriStand .NET API Reference

CommandShell.WaitToCompleteTimeout Property

Gets or sets the time in milliseconds to wait for the Command Prompt to return before returning a timeout error.

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 WaitToCompleteTimeout As Integer
C#
public int WaitToCompleteTimeout { get; set; }
Visual C++
public:
property int WaitToCompleteTimeout {
	int get ();
	void set (int value);
}

Property Value

The time in milliseconds to wait for the Command Prompt to return. The default value is -1, which specifies an infinite timeout.

See Also