Interface ITask
- 
- All Superinterfaces:
- com4j.Com4jObject,- IBaseField,- IObjectLockingSupport
 
 public interface ITask extends IBaseField For HP use. An asynchronous action.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Stringstate()The current status of the task.voidstate(java.lang.String pVal)The current status of the task.com4j.Com4jObjecttaskLogFactory()The ITaskLogFactory used to log messages about this task.- 
Methods inherited from interface com4j.Com4jObjectadvise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
 - 
Methods inherited from interface step.repository.alm.v16.otaclient.IBaseFieldautoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
 - 
Methods inherited from interface step.repository.alm.v16.otaclient.IObjectLockingSupportisLocked, lockObject, unLockObject
 
- 
 
- 
- 
- 
Method Detail- 
statejava.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
 
 - 
statevoid 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.
 
 - 
taskLogFactorycom4j.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
 
 
- 
 
-