DurableJobRunResult
class
Namespace: Orleans.DurableJobs
Represents the result of a durable job execution.
[Orleans.GenerateSerializer]public sealed class DurableJobRunResultProperties
CompletedGets a result indicating the job completed successfully.ExceptionGets the exception associated with a failed job execution whenDurableJobRunResultisDurableJobRunStatus.IsFailedGets a value indicating whether the job execution failed.IsPendingGets a value indicating whether the job should be polled again after a delay.PollAfterDelayGets the delay before the next status check whenDurableJobRunResultisDurableJobRunStatus.StatusGets the status of the job execution.
Methods
Failed(Exception)Creates a result indicating the job failed.PollAfter(TimeSpan)Creates a result indicating the job should be polled again after the specified delay.
