Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Used with the IRDVTaskPluginNotifySink::OnTaskStateChange method to indicate the status of a task.
Syntax
typedef enum _RDV_TASK_STATUS {
RDV_TASK_STATUS_UNKNOWN = 0,
RDV_TASK_STATUS_SEARCHING,
RDV_TASK_STATUS_DOWNLOADING,
RDV_TASK_STATUS_APPLYING,
RDV_TASK_STATUS_REBOOTING,
RDV_TASK_STATUS_REBOOTED,
RDV_TASK_STATUS_SUCCESS,
RDV_TASK_STATUS_FAILED,
RDV_TASK_STATUS_TIMEOUT
} RDV_TASK_STATUS;
Constants
RDV_TASK_STATUS_UNKNOWNValue: 0 The task state cannot be determined. |
RDV_TASK_STATUS_SEARCHINGSearching for applicable tasks. |
RDV_TASK_STATUS_DOWNLOADINGDownloading tasks. |
RDV_TASK_STATUS_APPLYINGPerforming tasks. |
RDV_TASK_STATUS_REBOOTINGRebooting. The task may or may not be complete. |
RDV_TASK_STATUS_REBOOTEDReboot completed. The task may or may not be complete. |
RDV_TASK_STATUS_SUCCESSTask completed successfully. |
RDV_TASK_STATUS_FAILEDTask failed. |
RDV_TASK_STATUS_TIMEOUTTask did not finish in the allotted time. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | None supported |
| Minimum supported server | Windows Server 2008 R2 |
| Header | sessdirpublictypes.h |