Interface IOperationExecutionProgress

All Superinterfaces:
Serializable
All Known Implementing Classes:
OperationExecutionProgress

@JsonObject("as.dto.common.operation.IOperationExecutionProgress") public interface IOperationExecutionProgress extends Serializable
  • Method Details

    • getMessage

      String getMessage()
    • getTotalItemsToProcess

      Integer getTotalItemsToProcess()
    • getNumItemsProcessed

      Integer getNumItemsProcessed()