JAMS 6.x Help
MinimumSeverity Property (Submit.Job)


Gets or sets the MinimumSeverity property. Specifies the minimum completion severity for this Job within a Setup. For a Setup to be considered successful, all of the Jobs in the Setup must complete with a severity which meets their minimum.
Syntax
'Declaration
 
Public Property MinimumSeverity As Severity
'Usage
 
Dim instance As Submit.Job
Dim value As Severity
 
instance.MinimumSeverity = value
 
value = instance.MinimumSeverity
public Severity MinimumSeverity {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

Submit.Job Class
Submit.Job Members

Send Feedback