Checks if operation is syncing
| 88 | /// Checks if operation is syncing |
| 89 | /// </summary> |
| 90 | FORCE_INLINE bool IsSyncing() const |
| 91 | { |
| 92 | return IsRunning() && _syncPoint != 0; |
| 93 | } |
| 94 | |
| 95 | public: |
| 96 | /// <summary> |
nothing calls this directly
no test coverage detected