Header menu logo Nu

JobGraph Type

Processes jobs based on priority.

Instance members

Instance member Description

this.CleanUp

Full Usage: this.CleanUp

Modifiers: abstract

Terminate job processing gracefully.

this.Enqueue

Full Usage: this.Enqueue

Parameters:
    job : Job
    priority : single

Modifiers: abstract

Add a job for processing with the given priority (low number is higher priority).

job : Job
priority : single

this.TryAwait

Full Usage: this.TryAwait

Parameters:
Returns: JobResult option
Modifiers: abstract

Await the completion of a job with the given timeout. Order of jobs with the same key is not guaranteed.

jobId : obj
deadLine : DateTimeOffset
Returns: JobResult option

Type something to start searching.