Share via


INTaskStatus Enum

Definition

Enumerates task completion statuses.

[ObjCRuntime.Native]
public enum INTaskStatus
[<ObjCRuntime.Native>]
type INTaskStatus = 
Inheritance
INTaskStatus
Attributes

Fields

Name Value Description
Unknown 0

Indicates that it is not known whether the task is complete.

NotCompleted 1

Indicates that the task is not yet complete.

Completed 2

Indicates that the task is complete.

Applies to