| Visual Basic (Declaration) | |
|---|---|
Public Overloads MustOverride Sub WaitForRecordingDone() | |
| C# | |
|---|---|
public abstract void WaitForRecordingDone() | |
| C++/CLI | |
|---|---|
public: abstract void WaitForRecordingDone(); | |
| Exception | Description |
|---|---|
| System.TimeoutException | A TimeoutException will be thrown if the recording is not complete within 10 seconds. |
To stop recordings in progress, use Measurement.Pause() or MeasurementCollection.Pause().
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)