INTaskStatus Énumération

Définition

Énumère les états d’achèvement des tâches.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public enum INTaskStatus
type INTaskStatus = 
Héritage
INTaskStatus
Attributs

Champs

Completed 2

Indique que la tâche est terminée.

NotCompleted 1

Indique que la tâche n’est pas encore terminée.

Unknown 0

Indique qu’il n’est pas connu si la tâche est terminée.

S’applique à