BackgroundOperationWaitUntilIdle Method

Waits for the the operation to stop running. Can only return, if the operation is not running at intervals.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public bool WaitUntilIdle(
	TimeSpan maximumWaitingTime = default
)

Parameters

maximumWaitingTime  TimeSpan  (Optional)
Max duration to wait for the ongoing operation to complete.

Return Value

Boolean
False, if the maximum waiting time was reached.

See Also