ReconstructProgressStatusType enum
Reconstruct Progress Status types for conversion between an integer status value to a semantic enum type.
You can obtain the corresponding Reconstruct Progress Status Type by:
ReconstructProgressStatusType.values[status];
Values
- inited → const ReconstructProgressStatusType
-
Task initialization is completed.
- uploadCompleted → const ReconstructProgressStatusType
-
File upload is completed.
- reconstructStart → const ReconstructProgressStatusType
-
A 3D object reconstruction task starts.
- reconstructCompleted → const ReconstructProgressStatusType
-
A 3D object reconstruction task is completed.
- reconstructFailed → const ReconstructProgressStatusType
-
A 3D object reconstruction task fails.
- riskControlAuditInProgress → const ReconstructProgressStatusType
-
A 3D object reconstruction task is under risk control check.
- riskControlPassed → const ReconstructProgressStatusType
-
A 3D object reconstruction task passes the risk control check.
- riskControlFailed → const ReconstructProgressStatusType
-
A 3D object reconstruction task failed to pass the risk control check.
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
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
ReconstructProgressStatusType> - A constant List of the values in this enum, in order of their declaration.