public interface ITask extends IBaseField
Modifier and Type | Method and Description |
---|---|
String |
state()
The current status of the task.
|
void |
state(String pVal)
The current status of the task.
|
com4j.Com4jObject |
taskLogFactory()
The ITaskLogFactory used to log messages about this task.
|
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
isLocked, lockObject, unLockObject
String state()
The current status of the task.
Getter method for the COM property "State"
void state(String pVal)
The current status of the task.
Setter method for the COM property "State"
pVal
- Mandatory java.lang.String parameter.com4j.Com4jObject taskLogFactory()
The ITaskLogFactory used to log messages about this task.
Getter method for the COM property "TaskLogFactory"
Copyright © 2020. All rights reserved.