Interface IExecEventInfo

  • All Superinterfaces:
    com4j.Com4jObject

    public interface IExecEventInfo
    extends com4j.Com4jObject
    The execution information of the scheduler. This object handles the actual, not the planned, information.
    • 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
      • eventParam

        String eventParam​(String paramName)

        For HP use. Gets the specified Execution Event Parameter.

        Getter method for the COM property "EventParam"

        Parameters:
        paramName - Mandatory java.lang.String parameter.
        Returns:
        Returns a value of type java.lang.String