nn::boss::Task::WaitFinish Member Functionnn::Result WaitFinish( const nn::fnd::TimeSpan & timeout ); nn::Result WaitFinish( void );
WaitFinish(const nn::fnd::TimeSpan &)
|
Waits for a task to finish within the specified time. This is the same as WaitFinish except that it also has a timeout feature. Note that the task won't complete without downloading if the URL's date modified is the same as the previous one. |
WaitFinish(void)
|
Instructs to wait for task completion. Note that the task won't complete without downloading if the URL's date modified is the same as the previous one. |
WaitFinish(const nn::fnd::TimeSpan &)Waits for a task to finish within the specified time. This is the same as WaitFinish except that it also has a timeout feature. Note that the task won't complete without downloading if the URL's date modified is the same as the previous one.
WaitFinish(void)Instructs to wait for task completion. Note that the task won't complete without downloading if the URL's date modified is the same as the previous one.
CONFIDENTIAL