TaskService | R Documentation |
TaskService
TaskService
R6Class
object.
runTask(taskId)
method
cancelTask(taskId)
method
waitDone(taskId)
method
updateWorker(worker)
method
taskDurationByTeam(teamId,year,month)
method
tercenApi::HttpClientService
-> TaskService
new()
TaskService$new(baseRestUri, client)
findByHash()
TaskService$findByHash( startKey = NULL, endKey = NULL, limit = 20, skip = 0, descending = TRUE, useFactory = FALSE )
findGCTaskByLastModifiedDate()
TaskService$findGCTaskByLastModifiedDate( startKey = NULL, endKey = NULL, limit = 20, skip = 0, descending = TRUE, useFactory = FALSE )
runTask()
TaskService$runTask(taskId)
cancelTask()
TaskService$cancelTask(taskId)
waitDone()
TaskService$waitDone(taskId)
updateWorker()
TaskService$updateWorker(worker)
taskDurationByTeam()
TaskService$taskDurationByTeam(teamId, year, month)
clone()
The objects of this class are cloneable with this method.
TaskService$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.