nn::boss::Task::WaitFinish Member Function

Syntax

nn::Result WaitFinish(
     const nn::fnd::TimeSpan & timeout
);

nn::Result WaitFinish(
     void
);

List of Overloaded Member Functions

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. If the timestamp indicating when the URL was modified is the same as the previous timestamp, the task downloads nothing and fails to complete.
WaitFinish(void) Instructs to wait for task completion. If the timestamp indicating when the URL was modified is the same as the previous timestamp, the task downloads nothing and fails to complete.

Description of 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. If the timestamp indicating when the URL was modified is the same as the previous timestamp, the task downloads nothing and fails to complete.

Description of WaitFinish(void)

Instructs to wait for task completion. If the timestamp indicating when the URL was modified is the same as the previous timestamp, the task downloads nothing and fails to complete.


CONFIDENTIAL