Package step.repository.alm.otaclient
Interface ITask
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseField
,IObjectLockingSupport
public interface ITask extends IBaseField
An asynchronous action.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
state()
The current status of the task.void
state(java.lang.String pVal)
The current status of the task.com4j.Com4jObject
taskLogFactory()
The ITaskLogFactory used to log messages about this task.-
Methods inherited from interface com4j.Com4jObject
advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
-
Methods inherited from interface step.repository.alm.otaclient.IBaseField
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
-
Methods inherited from interface step.repository.alm.otaclient.IObjectLockingSupport
isLocked, lockObject, unLockObject
-
-
-
-
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
-
-