TaskStatus

banner art

Specifies values for setting or comparing the workflow task status.

This class does not need instantiation or initialization because the fields represent constant integer values. These values are intended to be used when setting entity attribute values.

Field Value Description
Aborted 5 Specifies that the task aborted.
Completed 4 Specifies that the task has completed.
Inprogress 3 Specifies that the task is in progress.
Notstarted 1 Specifies that the task has not yet started.
Null 0 Specifies an invalid task status.
Started 2 Specifies that the task has been started.

See Also

© 2007 Microsoft Corporation. All rights reserved.