lucee.Componentcbelasticsearch.Task
Elasticsearch Task Object
Property Summary | ||||
---|---|---|---|---|
type | property | default | serializable | required |
any
|
action
|
true
|
false
|
|
any
|
cancellable
|
true
|
false
|
|
boolean
|
completed
|
false
|
true
|
false
|
any
|
description
|
true
|
false
|
|
any
|
headers
|
true
|
false
|
|
any
|
id
|
true
|
false
|
|
any
|
node
|
true
|
false
|
|
any
|
parent_task_id
|
true
|
false
|
|
any
|
requests_per_second
|
true
|
false
|
|
any
|
running_time_in_nanos
|
true
|
false
|
|
any
|
runningTime
|
true
|
false
|
|
any
|
start_time_in_millis
|
true
|
false
|
|
any
|
startTime
|
true
|
false
|
|
any
|
status
|
true
|
false
|
|
any
|
type
|
true
|
false
|
Method Summary | |
---|---|
string
|
getAction()
|
string
|
getCancellable()
|
Client
|
getClient()
Client provider. |
string
|
getCompleted()
|
string
|
getDescription()
|
string
|
getHeaders()
|
string
|
getId()
|
any
|
getIdentifier()
|
string
|
getNode()
|
string
|
getParent_task_id()
|
any
|
getParentTask()
|
string
|
getRequests_per_second()
|
string
|
getRunning_time_in_nanos()
|
string
|
getRunningTime()
|
string
|
getStart_time_in_millis()
|
string
|
getStartTime()
|
string
|
getStatus()
|
string
|
getType()
|
boolean
|
isChildTask()
|
boolean
|
isComplete([boolean refresh='true'], [numeric delay='0'])
Returns the complete status of the task after a refresh. |
any
|
populate([struct properties])
|
any
|
refresh()
|
any
|
setAction(any action)
|
any
|
setCancellable(any cancellable)
|
any
|
setCompleted(boolean completed)
|
any
|
setDescription(any description)
|
any
|
setHeaders(any headers)
|
any
|
setId(any id)
|
any
|
setNode(any node)
|
any
|
setParent_task_id(any parent_task_id)
|
any
|
setRequests_per_second(any requests_per_second)
|
any
|
setRunning_time_in_nanos(any running_time_in_nanos)
|
any
|
setRunningTime(any runningTime)
|
any
|
setStart_time_in_millis(any start_time_in_millis)
|
any
|
setStartTime(any startTime)
|
any
|
setStatus(any status)
|
any
|
setType(any type)
|
Methods inherited from class lucee.Component |
---|
None |
Property Detail |
---|
access
- publicrequired
- falsereturntype
- anyserializable
- trueaccess
- publicrequired
- falsereturntype
- anyserializable
- trueaccess
- publicrequired
- falsereturntype
- anyserializable
- trueaccess
- publicrequired
- falsereturntype
- anyserializable
- trueaccess
- publicrequired
- falsereturntype
- anyserializable
- trueaccess
- publicrequired
- falsereturntype
- anyserializable
- trueaccess
- publicrequired
- falsereturntype
- anyserializable
- trueaccess
- publicrequired
- falsereturntype
- anyserializable
- trueaccess
- publicrequired
- falsereturntype
- anyserializable
- trueaccess
- publicrequired
- falsereturntype
- anyserializable
- trueaccess
- publicrequired
- falsereturntype
- anyserializable
- trueaccess
- publicrequired
- falsereturntype
- anyserializable
- trueaccess
- publicrequired
- falsereturntype
- anyserializable
- trueaccess
- publicrequired
- falsereturntype
- anyserializable
- trueaccess
- publicrequired
- falsereturntype
- anyserializable
- trueMethod Detail |
---|
Client provider
Returns the complete status of the task after a refresh
refresh
- boolean Whether to refresh the taskdelay
- numeric The delay time in milliseconds - useful to slow down a while() loopproperties
action
cancellable
completed
description
headers
id
node
parent_task_id
requests_per_second
running_time_in_nanos
runningTime
start_time_in_millis
startTime
status
type