London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

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