Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Enum TaskStatus

Status of a task

Namespace: EPiServer.Personalization
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7
Syntax
[Obsolete("The old workflow system have been removed as of CMS 9")]
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