Skip to content

DurableJobRunResult

class

Namespace: Orleans.DurableJobs

Represents the result of a durable job execution.
[Orleans.GenerateSerializer]
public sealed class DurableJobRunResult

Properties

Methods

  • Failed(Exception) Creates a result indicating the job failed.
  • InProgress(TimeSpan) Creates a result indicating the job execution remains in progress and should be polled after the specified delay.
  • RescheduleAt(DateTimeOffset) Creates a result indicating that the current execution completed successfully and requested durable rescheduling.