Home Previous Up Next Index

armarx::skills::manager::dto::FluxioSkillStatusUpdate

Overview

struct FluxioSkillStatusUpdate

Used By

FluxioSkillStatusUpdateList

Data Member Index

timestamp
executionId
subSkillNodeId
status

Data Members

core::time::dto::DateTime timestamp;
string executionId;
FluxioIdentificator subSkillNodeId;
core::dto::Execution::Status status;

Home Previous Up Next Index