Interface ITask

    • Method Detail

      • state

        java.lang.String state()

        The current status of the task.

        Getter method for the COM property "State"

        Returns:
        Returns a value of type java.lang.String
      • state

        void state​(java.lang.String pVal)

        The current status of the task.

        Setter method for the COM property "State"

        Parameters:
        pVal - Mandatory java.lang.String parameter.
      • taskLogFactory

        com4j.Com4jObject taskLogFactory()

        The ITaskLogFactory used to log messages about this task.

        Getter method for the COM property "TaskLogFactory"

        Returns:
        Returns a value of type com4j.Com4jObject