JAMS Developer Guide
ShortElapsedPercent Property


MVPSI.JAMS Namespace > Folder Class : ShortElapsedPercent Property
The Short Job Elapsed Time Percent specifies a minimum elapsed time for a job. If the job completes successfully in less than this amount of time it is considered a Short Job. This is specified as a percentage of the jobs average elapsed time. When a job is determined to be a short job, JAMS will perform notification for the job and may change the completion severity of the job.
Syntax
'Declaration
 
<DynamicPropertyHelperAttribute()>
Public Property ShortElapsedPercent As System.Integer
'Usage
 
Dim instance As Folder
Dim value As System.Integer
 
instance.ShortElapsedPercent = value
 
value = instance.ShortElapsedPercent
[DynamicPropertyHelper()]
public System.int ShortElapsedPercent {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

Folder Class
Folder Members