Skip to content

Latest commit

 

History

History
70 lines (42 loc) · 1.63 KB

itssbtaskinfo-status.md

File metadata and controls

70 lines (42 loc) · 1.63 KB
title description ms.assetid ms.tgt_platform keywords topic_type api_name api_location api_type ms.topic ms.date
ITsSbTaskInfo Status property
Retrieves an RDV\_TASK\_STATUS enumeration value that represents the state of the task.
779af127-133c-47ff-8fca-bfd2c96c9768
multiple
Status property Remote Desktop Services
Status property Remote Desktop Services , ITsSbTaskInfo interface
ITsSbTaskInfo interface Remote Desktop Services , Status property
apiref
ITsSbTaskInfo.Status
ITsSbTaskInfo.get_Status
Sbtsv.idl
COM
reference
05/31/2018

ITsSbTaskInfo::Status property

Retrieves an RDV_TASK_STATUS enumeration value that represents the state of the task.

This property is read-only.

Syntax

HRESULT get_Status(
  [out, retval] RDV_TASK_STATUS *pStatus
);

Property value

An RDV_TASK_STATUS enumeration value that represents the state of the task.

Requirements

Requirement Value
Minimum supported client
None supported
Minimum supported server
Windows Server 2012
IDL
Sbtsv.idl

See also

ITsSbTaskInfo