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
        
        string category;
        string name;
        
        
        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;