Class TodoStatus
Assembly: Glitch9.AIDevKit.Provider.Microsoft.Graph.dll
Syntax
public static class TodoStatus
Fields
|
Edit this page
View Source
Completed
Declaration
public const string Completed = "completed"
Field Value
|
Edit this page
View Source
Deferred
Declaration
public const string Deferred = "deferred"
Field Value
|
Edit this page
View Source
InProgress
Declaration
public const string InProgress = "inProgress"
Field Value
|
Edit this page
View Source
NotStarted
Declaration
public const string NotStarted = "notStarted"
Field Value
|
Edit this page
View Source
WaitingOnOthers
Declaration
public const string WaitingOnOthers = "waitingOnOthers"
Field Value