JAMS Developer Guide
JobStatus Property (HDInsightSessionOozieSubmitJob)


MVPSI.JAMS.Activities.HDInsight Namespace > HDInsightSessionOozieSubmitJob Class : JobStatus Property
The Oozie job's final status (optional)
Syntax
'Declaration
 
<System.ComponentModel.DescriptionAttribute("The Oozie job's final status (optional)")>
<System.ComponentModel.CategoryAttribute("Results")>
Public Property JobStatus As System.Activities.OutArgument(Of String)
'Usage
 
Dim instance As HDInsightSessionOozieSubmitJob
Dim value As System.Activities.OutArgument(Of String)
 
instance.JobStatus = value
 
value = instance.JobStatus
[System.ComponentModel.Description("The Oozie job's final status (optional)")]
[System.ComponentModel.Category("Results")]
public System.Activities.OutArgument<string> JobStatus {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

HDInsightSessionOozieSubmitJob Class
HDInsightSessionOozieSubmitJob Members