JAMS 6.x Help
ResubmitOnError Property (Setup)


Gets or sets the ResubmitOnError property. If set to true, this setup will be automatically resubmitted even when it fails.
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Schedule")>
<System.ComponentModel.DescriptionAttribute("When set to true, a repeating setup will be resubmitted even when it fails.")>
<System.ComponentModel.DefaultValueAttribute()>
Public Property ResubmitOnError As System.Boolean
'Usage
 
Dim instance As Setup
Dim value As System.Boolean
 
instance.ResubmitOnError = value
 
value = instance.ResubmitOnError
[System.ComponentModel.Category("Schedule")]
[System.ComponentModel.Description("When set to true, a repeating setup will be resubmitted even when it fails.")]
[System.ComponentModel.DefaultValue()]
public System.bool ResubmitOnError {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

Setup Class
Setup Members