Class DeferredLongRunningTask


  • public class DeferredLongRunningTask
    extends LongRunningTask
    Certain long running tasks (such as a site restore) are deferred until a subsequent call to the longrunningtaskxml action is made to indicate that it's safe to start the task.

    In this case, we want to query the longrunningtaskxml action instead of refreshing the status page to check progress.