System.Communication.TaskStatus
Indica lo stato corrente dell'attività.
Windows 10, versione 1703, Windows 10, versione 1607, Windows 10, versione 1511, Windows 10, versione 1507, Windows 8.1, Windows 8, Windows 7
propertyDescription
name = System.Communication.TaskStatus
shellPKey = PKEY_Communication_TaskStatus
formatID = BE1A72C6-9A1D-46B7-AFE7-AFAF8CEF4999
propID = 100
SearchInfo
InInvertedIndex = false
IsColumn = true
typeInfo
type = UInt16
EnumeratedList
UseValueForDefault = True
enum
name = NotStarted
value = 0
text = Not Started
defineToken = TASKSTATUS_NOTSTARTED
enum
name = InProgress
value = 1
text = In Progress
defineToken = TASKSTATUS_INPROGRESS
enum
name = Complete
value = 2
text = Complete
defineToken = TASKSTATUS_COMPLETE
enum
name = Waiting
value = 3
text = Waiting
defineToken = TASKSTATUS_WAITING
enum
name = Deferred
value = 4
text = Deferred
defineToken = TASKSTATUS_DEFERRED
Windows Vista
propertyDescription
name = System.Communication.TaskStatus
shellPKey = PKEY_Communication_TaskStatus
formatID = BE1A72C6-9A1D-46B7-AFE7-AFAF8CEF4999
propID = 100
SearchInfo
InInvertedIndex = false
IsColumn = true
typeInfo
type = UInt16
EnumeratedList
UseValueForDefault = True
enum
value = 0
text = Not Started
defineName = TASKSTATUS_NOTSTARTED
enum
value = 1
text = In Progress
defineName = TASKSTATUS_INPROGRESS
enum
value = 2
text = Complete
defineName = TASKSTATUS_COMPLETE
enum
value = 3
text = Waiting
defineName = TASKSTATUS_WAITING
enum
value = 4
text = Deferred
defineName = TASKSTATUS_DEFERRED
Commenti
I valori PKEY sono definiti in Propkey.h.
Argomenti correlati