Version: 5.4.10-ice35-b105

OmeroBlitz API
Home Previous Up Next Index

omero::cmd::Status

Overview

class Status

Used By

StatusList
CmdCallback::finished
Handle::getStatus

Data Member Index

source
category
name
flags
parameters
currentStep
the latest step to be commenced, from 0 to steps-1
steps
the total number of steps
startTime
stepStartTimes
stepStopTimes
stopTime

Data Members

Handle* source;

string category;

string name;

StateList flags;

StringMap parameters;

int currentStep;

the latest step to be commenced, from 0 to steps-1

int steps;

the total number of steps

long startTime;

::Ice::LongSeq stepStartTimes;

::Ice::LongSeq stepStopTimes;

long stopTime;


Home Previous Up Next Index