JAMS 6.x Help
CompletionSeverity Property (TriggerEventSetup)


Gets or sets the Completion Severity property. The Job must complete with this severity or Better or Worse depending upon the value of the CompletionBearing property CompletionBearing.
Syntax
'Declaration
 
Public Property CompletionSeverity As SeveritySetup
'Usage
 
Dim instance As TriggerEventSetup
Dim value As SeveritySetup
 
instance.CompletionSeverity = value
 
value = instance.CompletionSeverity
public SeveritySetup CompletionSeverity {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

TriggerEventSetup Class
TriggerEventSetup Members

Send Feedback