JAMS Developer Guide
Wait Property (HDInsightSessionOozieSubmitJob)


MVPSI.JAMS.Activities.HDInsight Namespace > HDInsightSessionOozieSubmitJob Class : Wait Property
When true the activity waits for the Oozie job to complete.
Syntax
'Declaration
 
<System.ComponentModel.DescriptionAttribute("When true the activity waits for the Oozie job to complete.")>
<System.Activities.RequiredArgumentAttribute()>
<System.ComponentModel.CategoryAttribute("Definition")>
Public Property Wait As System.Boolean
'Usage
 
Dim instance As HDInsightSessionOozieSubmitJob
Dim value As System.Boolean
 
instance.Wait = value
 
value = instance.Wait
[System.ComponentModel.Description("When true the activity waits for the Oozie job to complete.")]
[System.Activities.RequiredArgument()]
[System.ComponentModel.Category("Definition")]
public System.bool Wait {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