Package step.repository.alm.otaclient
Interface IExecEventInfo
-
- All Superinterfaces:
com4j.Com4jObject
public interface IExecEventInfo extends com4j.Com4jObjectThe execution information of the scheduler. This object handles the actual, not the planned, information.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringeventDate()The Execution Event Date.StringeventParam(String paramName)For HP use.StringeventTime()The Execution Event Time.inteventType()The type of Execution Event.
-
-
-
Method Detail
-
eventType
int eventType()
The type of Execution Event.
Getter method for the COM property "EventType"
- Returns:
- Returns a value of type int
-
eventTime
String eventTime()
The Execution Event Time.
Getter method for the COM property "EventTime"
- Returns:
- Returns a value of type java.lang.String
-
eventDate
String eventDate()
The Execution Event Date.
Getter method for the COM property "EventDate"
- Returns:
- Returns a value of type java.lang.String
-
-