Try our conversational search powered by Generative AI!

Enum TaskStatus

Status of a task

Namespace: EPiServer.Personalization
Assembly: EPiServer.dll
Version: 8.11.0
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