armarx::TaskInfo
Overview
struct TaskInfo
@brief Structure containing task id, status and ice type.
Used By
- TaskInfoSeq
Data Member Index
- internalId
-
@brief The tasks internal id.
- taskIdent
-
@brief The task identity.
- status
-
@brief The task status.
- typeId
-
@brief The ice type id.
- taskName
-
Data Members
- long internalId;
-
@brief The tasks internal id.
- ::Ice::Identity taskIdent;
-
@brief The task identity.
- TaskStatus::Status status;
-
@brief The task status.
- string typeId;
-
@brief The ice type id.
- string taskName;