adTempus API
PreviousUpNext
EventThresholdTypeEnum Enumeration

Specifies the type of threshold type for a JobEventFilter.

C++
enum EventThresholdTypeEnum {
  eteNone = 0,
  eteSeconds = 1,
  eteSecondsOverAverage = 2,
  eteSecondsOverMax = 3,
  eteSecondsOverExpected = 4,
  eteSecondsOverPrevious = 5,
  etePercentOfAverage = 6,
  etePercentOfMax = 7,
  etePercentOfExpected = 8,
  etePercentOfPrevious = 9
};
C#
public enum EventThresholdTypeEnum {
  eteNone = 0,
  eteSeconds = 1,
  eteSecondsOverAverage = 2,
  eteSecondsOverMax = 3,
  eteSecondsOverExpected = 4,
  eteSecondsOverPrevious = 5,
  etePercentOfAverage = 6,
  etePercentOfMax = 7,
  etePercentOfExpected = 8,
  etePercentOfPrevious = 9
}
Visual Basic
Public Enum EventThresholdTypeEnum
  eteNone = 0
  eteSeconds = 1
  eteSecondsOverAverage = 2
  eteSecondsOverMax = 3
  eteSecondsOverExpected = 4
  eteSecondsOverPrevious = 5
  etePercentOfAverage = 6
  etePercentOfMax = 7
  etePercentOfExpected = 8
  etePercentOfPrevious = 9
End Enum
Members
Members 
Description 
eteNone = 0 
No threshold specified. 
eteSeconds = 1 
Response is triggered when the step exceeds the specified number of seconds. 
eteSecondsOverAverage = 2 
Response is triggered when the step exceeds the average execution time by the specified number of seconds. 
eteSecondsOverMax = 3 
Response is triggered when the step exceeds the maximum execution time by the specified number of seconds. 
eteSecondsOverExpected = 4 
Response is triggered when the step exceeds the expected execution time by the specified number of seconds. 
eteSecondsOverPrevious = 5 
Response is triggered when the step exceeds the previous instance's execution time by the specified number of seconds. 
etePercentOfAverage = 6 
Response is triggered when the step exceeds the specified percentage of the average execution time. 
etePercentOfMax = 7 
Response is triggered when the step exceeds the specified percentage of the maximum execution time. 
etePercentOfExpected = 8 
Response is triggered when the step exceeds the specified percentage of the expected execution time. 
etePercentOfPrevious = 9 
Response is triggered when the step exceeds the specified percentage of the previous instance's execution time. 
adTempus API Reference version 3.0.0.0, revised 10/30/2008