A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Enum TaskStatus

Status of a task

Namespace: EPiServer.Personalization
Assembly: EPiServer.dll
Version: 7.19.2
Syntax
public enum TaskStatus

Fields

Name Description
Completed

The task has been completed.

InProgress

The task is in progress.

NotStarted

The tast has not started yet.

Rejected

The task has been rejected.

Extension Methods