TaskflowProperties.TaskStatus Property

Gets the status of the task.

Namespace:  OBA.Server.Taskflow.UI
Assembly:  OBA.Server.Taskflow (in OBA.Server.Taskflow.dll)

Syntax

'Declaration
Public ReadOnly Property TaskStatus As String
    Get
'Usage
Dim instance As TaskflowProperties
Dim value As String

value = instance.TaskStatus
public string TaskStatus { get; }

Property Value

Type: System.String

See Also

Reference

TaskflowProperties Class

TaskflowProperties Members

OBA.Server.Taskflow.UI Namespace