Class StopResult
-
- All Implemented Interfaces:
-
java.lang.Comparable
public class StopResult extends ActionResult
-
-
Constructor Summary
Constructors Constructor Description StopResult()StopResult(int priority)StopResult(String label)StopResult(String label, int priority)
-
Method Summary
Modifier and Type Method Description StringgetLabel()intgetPriority()ResultTypegetType()-
-
Method Detail
-
getPriority
int getPriority()
-
getType
@NonNull() ResultType getType()
-
-
-
-