ITaskStatus Interface

Defines an interface that is used to implement a status callback mechanism for the task.

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

Syntax

'Declaration

  Public Interface ITaskStatus
'Usage

  Dim instance As ITaskStatus
  public interface ITaskStatus
  public interface class ITaskStatus
  type ITaskStatus =  interface end
  public interface ITaskStatus

The ITaskStatus type exposes the following members.

Properties

  Name Description
Public property Message
Public property PercentComplete Gets the percentage of task completion.
Public property Status Gets the status of the task.

Top

Methods

  Name Description
Public method UpdateStatus Updates the status of an ongoing task.

Top

Remarks

Task status is reported through the Scheduler object. Initialize this object with a manifest that contains scheduler information. Each task will be passed an object that implements this interface through dependency injection.

See Also

Reference

Microsoft.Web.Media.TransformManager Namespace