JAMS 6.x Help
Step Property (SetupJob)


Gets or Sets the Job's Step within this Setup. Jobs in a Setup run in step order. All of the Jobs in the lowest numbered step are released. When all of the jobs in a step are complete the Setup will advance to the next higher step and release the Jbs in that step. This behavior can be modified with the "Wait for COmpletion of this Job before advancing Step" property.
Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute()>
Public Property Step As System.Integer
'Usage
 
Dim instance As SetupJob
Dim value As System.Integer
 
instance.Step = value
 
value = instance.Step
[System.ComponentModel.DefaultValue()]
public System.int Step {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

SetupJob Class
SetupJob Members