Merge branch 'master' of git.curoverse.com:arvados into 13076-r-autogen-api
[arvados.git] / sdk / R / man / JobTask.Rd
1 % Generated by roxygen2: do not edit by hand
2 % Please edit documentation in R/ArvadosClasses.R
3 \name{JobTask}
4 \alias{JobTask}
5 \title{JobTask}
6 \description{
7 JobTask
8 }
9 \section{Usage}{
10
11 \preformatted{jobTask -> JobTask$new(uuid = NULL,
12         etag = NULL, owner_uuid = NULL, modified_by_client_uuid = NULL,
13         modified_by_user_uuid = NULL, modified_at = NULL, job_uuid = NULL,
14         sequence = NULL, parameters = NULL, output = NULL,
15         progress = NULL, success = NULL, created_at = NULL,
16         updated_at = NULL, created_by_job_task_uuid = NULL,
17         qsequence = NULL, started_at = NULL, finished_at = NULL)
18 }
19 }
20
21 \section{Arguments}{
22
23   \describe{
24     \item{uuid}{Object ID.}
25     \item{etag}{Object version.}
26     \item{uuid}{}
27     \item{owner_uuid}{}
28     \item{modified_by_client_uuid}{}
29     \item{modified_by_user_uuid}{}
30     \item{modified_at}{}
31     \item{job_uuid}{}
32     \item{sequence}{}
33     \item{parameters}{}
34     \item{output}{}
35     \item{progress}{}
36     \item{success}{}
37     \item{created_at}{}
38     \item{updated_at}{}
39     \item{created_by_job_task_uuid}{}
40     \item{qsequence}{}
41     \item{started_at}{}
42     \item{finished_at}{}
43   }
44 }
45