PercentComplete Property

Gets the percentage of task completion.

Namespace:  Microsoft.Web.Media.TransformManager
Assembly:  Microsoft.Web.Media.TransformManager.Sdk (in Microsoft.Web.Media.TransformManager.Sdk.dll)

Syntax

'Declaration

  ReadOnly Property PercentComplete As Integer
    Get
'Usage

  Dim instance As ITaskStatus
Dim value As Integer

value = instance.PercentComplete
  int PercentComplete { get; }
  property int PercentComplete {
    int get ();
}
  abstract PercentComplete : int
  function get PercentComplete () : int

Property Value

Type: System. . :: . .Int32
The percentage completed.

Remarks

The percentage can be used to report progress in the UI.

See Also

Reference

ITaskStatus Interface

Microsoft.Web.Media.TransformManager Namespace