Home Previous Up Next Index

armarx::RunningTaskIceBase

Overview

struct RunningTaskIceBase

Used By

RunningTaskList

Data Member Index

name
@brief Name of the RunningTask instance.
startTime
@brief Time when this thread was started.
lastFeedbackTime
@brief Time, when isStopped() was last called.
running
stopped
finished
threadId
workload
@brief Holds a list of workload-floats of this RunningTask.

Data Members

string name;

@brief Name of the RunningTask instance.

long startTime;

@brief Time when this thread was started. In MicroSeconds.

long lastFeedbackTime;

@brief Time, when isStopped() was last called. In MicroSeconds.

bool running;
bool stopped;
bool finished;
int threadId;
float workload;

@brief Holds a list of workload-floats of this RunningTask. Stores the percentage of cpu time that was used for this thread.


Home Previous Up Next Index