Skip to content

DurableJobRunResult Properties

Represents the result of a durable job execution.

Completed

staticget
View source
public static DurableJobRunResult Completed
Gets a result indicating the job completed successfully.

IsFailed

get
View source
public bool IsFailed
Gets a value indicating whether the job execution failed.

IsInProgress

get
View source
public bool IsInProgress
Gets a value indicating whether the job execution remains in progress and should be polled after a delay.

IsRescheduleRequested

get
View source
public bool IsRescheduleRequested
Gets a value indicating whether the successfully handled job requested durable rescheduling.

RescheduleTime

get
View source
[Orleans.Id(3)]
public DateTimeOffset? RescheduleTime
Gets the time at which the job should be durably rescheduled after the current execution completes successfully.

Status

get
View source
[Orleans.Id(0)]
public DurableJobRunStatus Status
Gets the status of the job execution.