Struct InfoPanelCheckListItem
Structure defining an Info Panel check list.
Inherited Members
Namespace: SociallyDistant.Core.Shell.InfoPanel
Assembly: SociallyDistant.Framework.dll
Syntax
public struct InfoPanelCheckListItem
Fields
FailReason
If the task was failed, text explaining why.
Declaration
public string? FailReason
Field Value
Type | Description |
---|---|
string |
Label
The title of the task.
Declaration
public string Label
Field Value
Type | Description |
---|---|
string |
State
The state of the check list item.
Declaration
public InfoPanelCheckListState State
Field Value
Type | Description |
---|---|
InfoPanelCheckListState |
TimeRemaining
An optional TimeSpan indicating how much time is remaining before the task is failed.
Declaration
public TimeSpan? TimeRemaining
Field Value
Type | Description |
---|---|
TimeSpan? |