omero::cmd::CmdCallback
Overview
interface CmdCallback
Operation Index
- step
-
Notifies clients that the given number of steps
from the total is complete.
- finished
-
Called when the command has completed in any fashion
including cancellation.
Operations
void step(int complete, int total)
Notifies clients that the given number of steps
from the total is complete. This method will not
necessarily be called for every step.
Called when the command has completed in any fashion
including cancellation. The Status::flags list will
contain information about whether or not the process
was cancelled.