Nucleus .Net Core CMS

Models.TaskScheduler.ScheduledTaskProgress.State Class

Namespace: Nucleus.Abstractions.Models.TaskScheduler.ScheduledTaskProgress
Assembly: Nucleus.Abstractions.dll
Running task state

Fields

None Field

The task has not started.

Running Field

The task is running.

Succeeded Field

The task has completed successfully.

Error Field

The task has terminated with an error.