public class RestartTaskAction extends ConditionOrAction implements Action
| Constructor and Description |
|---|
RestartTaskAction()
Creates a
RestartTaskAction. |
| Modifier and Type | Method and Description |
|---|---|
int |
getDisplayMessageID() |
String |
getId() |
int |
getMinutes()
Returns the number of minutes or
-1 if the parameter has not been set. |
int |
getParameterMessageID() |
int |
getSkeletonMessageID() |
boolean |
isAction() |
boolean |
isAfterCondition()
Returns
true if this action can be used in a Pre-Condition. |
boolean |
isBeforeCondition()
Returns
true if this action can be used in a Post-Condition. |
boolean |
isFinal()
Returns
true if this is a final action in
this condition. |
boolean |
isIF() |
void |
setMinutes(int minutes)
Sets the number of minutes.
|
copy, createActionFromId, createConditionFromId, equals, getParameter, getPromptName, getScriptName, hashCode, isActive, isOnce, isParameterAltView, setActive, setOnce, setParameterpublic void setMinutes(int minutes)
minutes - Minutespublic int getMinutes()
-1 if the parameter has not been set.public boolean isFinal()
Actiontrue if this is a final action in
this condition.public String getId()
getId in interface ActiongetId in class ConditionOrActionpublic boolean isBeforeCondition()
Actiontrue if this action can be used in a Post-Condition.isBeforeCondition in interface ActionisBeforeCondition in class ConditionOrActionpublic boolean isAfterCondition()
Actiontrue if this action can be used in a Pre-Condition.isAfterCondition in interface ActionisAfterCondition in class ConditionOrActionpublic boolean isAction()
isAction in class ConditionOrActioncom.uc4.api.objects.Action or
false if the sub class is an instance of com.uc4.api.objects.Conditionpublic boolean isIF()
isIF in class ConditionOrActionpublic int getParameterMessageID()
getParameterMessageID in class ConditionOrActionpublic int getSkeletonMessageID()
getSkeletonMessageID in class ConditionOrActionpublic int getDisplayMessageID()
getDisplayMessageID in class ConditionOrActionCopyright © 2021. All rights reserved.