ScheduledGotoEnumDelayed class

What to do if the vehicle fails to arrive before or at the requested time.

Inheritance

Constructors

ScheduledGotoEnumDelayed(int value)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toPrettyString() String
Output this as a pretty string. Override for propper text.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

names Map<ScheduledGotoEnumDelayed, String>
no setter
values List<ScheduledGotoEnumDelayed>
no setter

Constants

dbehFail → const ScheduledGotoEnumDelayed
If the vehicle fails to arrive at the specified time, it will stop the execution of this maneuver with a FAILED result (the entire plan will be stopped).
dbehResume → const ScheduledGotoEnumDelayed
If the vehicle fails to arrive at the specified time, it will keep going to the destination at top speed and only then consider this maneuver completed.
dbehSkip → const ScheduledGotoEnumDelayed
If the vehicle fails to arrive at the specified time, it will stop the current maneuver and advance to the next one (independently of how far it is from destination).