com.kuka.nav.maintenance.action
Interface MaintenanceActionContainer


public interface MaintenanceActionContainer

The container for a maintenance action execution.


Method Summary
 MaintenanceException getError()
           
 boolean hasError()
           
 boolean isFinished()
           
 

Method Detail

isFinished

boolean isFinished()
Returns:
True if execution has finished ( with or without an error ) else false.

hasError

boolean hasError()
Returns:
True if the action failed else false, see also getError().

getError

MaintenanceException getError()
Returns:
The specific error that happened or null if there has been no error.


Copyright © 2019. All rights reserved.