Version: 4.3.4-dbcbce5a-b4
|
Status object which is returned for each DeleteCommand passed to IDelete::queueCommand.
The command object itself.
Primary feedback mechanism. If this value is non-empty, then there was an error during processing of this command. This will cause DeleteHandle::errors to return a value higher than 0 and the entire transaction, including all DeleteCommands.
Extra feedback mechanism. Typically will only be non-empty if the error is empty. This implies that some situation was encountered that the user may need to be informed of (e.g. some annotation wasn't deleted), but which was non-critical.
Map from type name ("Thumbnail", "Pixels", "OriginalFile") to a list of ids for any binary files which did not get dieleted. Some action may be desired by the user to guarantee that this server-space is eventually
Number of steps that this DeleteCommand requires.
Number of objects that this DeleteCommand will attempt to delete.
Number of actual deletes which took place.
Server time (in milliseconds since the epoch) at which processing of DeleteCommand began.
Server time (in milliseconds since the epoch) at which processing of this step was started.
Server time (in milliseconds since the epoch) at which processing of this step was finished.
Server time (in milliseconds since the epoch) at which processing of DeleteCommand was finished.
|