Click or drag to resize

PFTaskStatus Enumeration

Describes the current state of a PFTask.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public enum PFTaskStatus
Members
  Member nameValueDescription
None0 State not yet assigned.
NotStarted1 The task has not been used since its creation.
InProgress2 The task's owner is currently working on it.
Deferred3 The task has been used since its creation but is not finished yet.
Finished4 The task has been completed.
Cancelled5 The task has been considered useless before its completion. This may happen when the task is reassigned or when the workflow only requires less than all tasks to be finished before closing the state.
See Also