JAMS 6.x Help
AutoSubmit Property (Job)


Gets or sets the AutoSubmit property. If set to true, this job will be automatically submitted based upon it's ScheduleDate and ExceptForDate values.
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Schedule")>
<System.ComponentModel.DescriptionAttribute("Must be set to true to enable automatic scheduling of this job")>
<System.ComponentModel.DefaultValueAttribute()>
Public Property AutoSubmit As System.Boolean
'Usage
 
Dim instance As Job
Dim value As System.Boolean
 
instance.AutoSubmit = value
 
value = instance.AutoSubmit
[System.ComponentModel.Category("Schedule")]
[System.ComponentModel.Description("Must be set to true to enable automatic scheduling of this job")]
[System.ComponentModel.DefaultValue()]
public System.bool AutoSubmit {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

Job Class
Job Members