State enum
Describes the condition of a file transfer protocol-enabled server with
respect to its ability to perform file operations. There are six possible
states: OFFLINE
, ONLINE
, STARTING
,
STOPPING
, START_FAILED
, and
STOP_FAILED
.
OFFLINE
indicates that the server exists, but that it is not
available for file operations. ONLINE
indicates that the server
is available to perform file operations. STARTING
indicates
that the server's was instantiated, but the server is not yet available to
perform file operations. Under normal conditions, it can take a couple of
minutes for the server to be completely operational. Both
START_FAILED
and STOP_FAILED
are error conditions.
- Inheritance
- Available extensions
Values
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
toValue(
) → String -
Available on State, provided by the StateValueExtension extension
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited