|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GraphMotionResult
Represents the result of a fleet motion.
Can be retrieved using methods GraphMotionContainerBase.getResult() and
GraphMotionContainerBase.getResult() or GraphMotionContainer.awaitFinalized() and
CoordinatedGraphMotionContainer.awaitFinalized() when container reaches its "finalized" state.
| Method Summary | |
|---|---|
GraphMotionExecutionException |
getError()
Returns exception with which graph motion was finished if some error happened during its execution. |
boolean |
isCompleted()
True if graph motion container was ended normally (without errors or was not canceled). |
boolean |
wasCanceled()
True if graph motion container was cancelled by user before it was finished. |
| Methods inherited from interface com.kuka.nav.command.NavExecutionResult |
|---|
hasError, hasTimedOut |
| Method Detail |
|---|
boolean wasCanceled()
True if graph motion container was cancelled by user before it was finished.
If this method returns true then isCompleted() will return false.
wasCanceled in interface com.kuka.command.IExecutionResulttrue if graph motion container was cancelled by user before it was finished.boolean isCompleted()
True if graph motion container was ended normally (without errors or was not canceled).
isCompleted in interface com.kuka.command.IExecutionResulttrue if graph motion container was ended normally (without errors or was not canceled).GraphMotionExecutionException getError()
getError in interface com.kuka.command.IExecutionResultnull if it was ended correctly.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||