com.ibm.gre.IRMConstants.BatchResultStatusTypes Enum
Constant values specifying the results of an Asynchronous task Copied from the IBM DB2 Records Manager API com.ibm.gre.engine.util.BatchResultStatusTypes class

Access: Public
  Members Description  
    FAILED Indicates that the Task Failed.

 
    RECEIVED Indicates that the Task has been scheduled but has not yet started.

 
    CANCELED Indicates that the Task was Canceled.

 
    STARTED Indicates that the Task has started.

 
    SCHEDULED_TO_CANCEL Indicates that the Task has been scheduled for cancelation.

 
    COMPLETED_WITH_ERRORS Indicates that the Task completed but there were errors.

 
    COMPLETED_PENDING_USER_CONFIRMATION    
    COMPLETED_WITH_ERRORS_PENDING_USER_CONFIRMATION    
    COMPLETED    
    CONVERTING_METADATA_TO_SCHEMA