Skip to content

DurableJobRunResult.InProgress(TimeSpan)

InProgress(TimeSpan)

static
View source
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.