| Andamento | R Documentation |
Represents the "Andamento" structure in SEI, which tracks process events.
Andamento(
IdAndamento = NULL,
IdTarefa = NULL,
IdTarefaModulo = NULL,
Descricao = NULL,
DataHora = NULL,
Unidade = NULL,
Usuario = NULL,
Atributos = list()
)
IdAndamento |
Character. Internal identifier of the andamento. |
IdTarefa |
Character. Identifier of the associated task. |
IdTarefaModulo |
Character. Identifier of the module task. |
Descricao |
Character. Text describing the andamento. |
DataHora |
Character. Date/time when the andamento was generated. |
Unidade |
A |
Usuario |
A |
Atributos |
A list of |
An S3 object of class "Andamento".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.