ManipulationStatus
AUTO-GENERATED FILE – DO NOT EDIT MANUALLY
This page documents the supported public API surface only. Private, internal, benchmark, test, and implementation-detail types are intentionally omitted.
Declaration
Summary
Status of a manipulation operation lifecycle. Tracks the progress and outcome of build/move/demolish actions.
Metadata
Namespace: GridPlacement.Core.Types
Source File: cs/Core/Types/ManipulationStatus.cs
Assembly: GridPlacement.Core
Type: enum
Enum Values
Created
Data for action has been created but not started
Started
Action has been started and is in progress
Failed
Action failed to complete
Finished
Action completed successfully
Canceled
Action was cancelled by user or system