Namespace DNVGL.One.Compute.Core.Scheduling
Classes
ExecutionEnvironmentInfo
Contains information about the execution environment for the worker.
JobEventArgs
Job event data for a given Job.
JobSchedulerExtensions
Extension methods for IJobScheduler.
SchedulingConstants
Constants for scheduling.
WorkItemEventArgs
Work item event data for a given WorkItem.
Interfaces
IJobMonitor
Allows monitoring progress and status of jobs and individual work items. It is created by the IJobScheduler when scheduling a job (see SubmitJobAsync(Job)) or when requesting to monitor the job (see BeginMonitorJobAsync(string)).
IJobScheduler
Represents a One Compute job scheduler.
IJobSchedulerJobMonitor
An extension of the IJobMonitor interface used by the job scheduler.
IJobSchedulingClient
Client interface for scheduling and monitoring jobs.
IScheduleWork
Represents a scheduler of work.
Enums
OsFamilies
Enumerates known OS families.
WorkStatus
Work status.