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.

IsPending

get
View source
public bool IsPending
Gets a value indicating whether the job should be polled again after a delay.

Status

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