true if results are ready and can be picked up, false if task was cancelled, and no results will be coming
Remarks
The implementation of this function would typically fire an event at this point, to which the results page had subscribed to. The BaseTaskWaiter class contains a delegate, event and an EventArgs class to provide a basic implementation of this.