BackgroundOperationWaitUntilIdle Method |
Waits for the the operation to stop running. Can only return, if the operation is not running at intervals.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic bool WaitUntilIdle(
TimeSpan maximumWaitingTime = null
)
Public Function WaitUntilIdle (
Optional maximumWaitingTime As TimeSpan = Nothing
) As Boolean
public:
bool WaitUntilIdle(
TimeSpan maximumWaitingTime = nullptr
)
Parameters
- maximumWaitingTime (Optional)
- Type: SystemTimeSpan
Max duration to wait for the ongoing operation to complete.
Return Value
Type:
BooleanFalse, if the maximum waiting time was reached.
See Also