StatusTask class
Provides an object that keeps track of the progress of a task.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.ProjectServer.Client.StatusTask
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<ScriptTypeAttribute("PS.StatusTask", ServerTypeId := "{cfadbef1-75e7-4a58-a7c8-9d5fd7de8ebf}")> _
Public Class StatusTask _
Inherits ClientObject
'Usage
Dim instance As StatusTask
[ScriptTypeAttribute("PS.StatusTask", ServerTypeId = "{cfadbef1-75e7-4a58-a7c8-9d5fd7de8ebf}")]
public class StatusTask : ClientObject
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.