ITask.State Property

Gets the task state.

Namespace:  Microsoft.WindowsAzure.MediaServices.Client
Assembly:  Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)

Syntax

'Declaration
ReadOnly Property State As JobState 
    Get
'Usage
Dim instance As ITask 
Dim value As JobState 

value = instance.State
JobState State { get; }
property JobState State {
    JobState get ();
}
abstract State : JobState
function get State () : JobState

Property Value

Type: Microsoft.WindowsAzure.MediaServices.Client.JobState
The task state.

See Also

Reference

ITask Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace