CommandShell.WaitToComplete Property
- 已更新2023-02-21
- 閱讀時間為 2 分鐘
Gets or sets a value indicating whether the CommandShell step waits for the Command Prompt to return before completing the step.
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 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.