InProgress(TimeSpan)
static
public static DurableJobRunResult InProgress(TimeSpan delay) Creates a result indicating the job execution remains in progress and should be polled after the specified delay.
Parameters
delayTimeSpan- The time to wait before polling the run again.
Returns
An in-progress job result.
