niTClk_IsDone
Specific Function
C Function Prototype
ViStatus niTClk_IsDone (ViUInt32 sessionCount, ViSession sessions [], ViBoolean *done);
Purpose
Monitors the progress of the acquisitions and/or generations corresponding to sessions.
Parameters
| Name | Type | Description |
|---|---|---|
| sessionCount | ViUInt32 | Number of elements in the sessions array. |
| sessions | ViSession [] | sessions is an array of sessions that are being synchronized. |
| done | ViBoolean | Indicates that the operation is done. The operation is done when each session has completed without any errors or when any one of the sessions reports an error. |