BackgroundOperationWaitUntilIdle Method
Waits for the the operation to stop running. Can only return, if the operation is not running at intervals.
Namespace: MFiles.VAF.CommonAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public bool WaitUntilIdle(
TimeSpan maximumWaitingTime = default
)
- maximumWaitingTime TimeSpan (Optional)
- Max duration to wait for the ongoing operation to complete.
BooleanFalse, if the maximum waiting time was reached.