GetResults | Return the results as an object. |
GetResultsPageURL | Returns the URL to which the mechanism redirects once the task has finished and the results have been obtained. |
GetWaitPageMessage | GetWaitPageMessage returns a specific static message for display in the wait page which pertains to the task in question (e.g. 'Processing Orders'). |
GetWaitPageURL | This function returns the specific waitPage for this ITaskWaiter, and is used in case a different WaitPage is required for a particular task waiter, instead of the default one that the wait page mechanism is initially set up with. |
IsTaskFinished | Needs to return true if the task has finished, false otherwise |
NotifyResultsReadyForPage | This is called by the framework to indicate that the results are ready and can be picked up. |