EventCode enum
- Inheritance
- Available extensions
Values
- genericEvent → const EventCode
- fleetCreated → const EventCode
- fleetDeleted → const EventCode
- fleetScalingEvent → const EventCode
- fleetStateDownloading → const EventCode
- fleetStateValidating → const EventCode
- fleetStateBuilding → const EventCode
- fleetStateActivating → const EventCode
- fleetStateActive → const EventCode
- fleetStateError → const EventCode
- fleetInitializationFailed → const EventCode
- fleetBinaryDownloadFailed → const EventCode
- fleetValidationLaunchPathNotFound → const EventCode
- fleetValidationExecutableRuntimeFailure → const EventCode
- fleetValidationTimedOut → const EventCode
- fleetActivationFailed → const EventCode
- fleetActivationFailedNoInstances → const EventCode
- fleetNewGameSessionProtectionPolicyUpdated → const EventCode
- serverProcessInvalidPath → const EventCode
- serverProcessSdkInitializationTimeout → const EventCode
- serverProcessProcessReadyTimeout → const EventCode
- serverProcessCrashed → const EventCode
- serverProcessTerminatedUnhealthy → const EventCode
- serverProcessForceTerminated → const EventCode
- serverProcessProcessExitTimeout → const EventCode
- gameSessionActivationTimeout → const EventCode
- fleetCreationExtractingBuild → const EventCode
- fleetCreationRunningInstaller → const EventCode
- fleetCreationValidatingRuntimeConfig → const EventCode
- fleetVpcPeeringSucceeded → const EventCode
- fleetVpcPeeringFailed → const EventCode
- fleetVpcPeeringDeleted → const EventCode
- instanceInterrupted → const EventCode
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 EventCode, provided by the EventCodeValueExtension extension
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited