# DurableJobRunResult.IsInProgress

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.durablejobs/orleans.durablejobs.durablejobrunresult/) | [Properties](/orleans/docs/api/csharp/microsoft.orleans.durablejobs/orleans.durablejobs.durablejobrunresult/properties/)

[Source](https://github.com/dotnet/orleans/blob/1644940b035c7bdf215a4fd7135757c06bcfe9ec/src/Orleans.DurableJobs/DurableJobRunResult.cs#L22)

```csharp
public bool IsInProgress
```

Gets a value indicating whether the job execution remains in progress and should be polled after a delay.
