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

1
public enum ManipulationStatus

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

1
Created = 0

Data for action has been created but not started


Started

1
Started = 1

Action has been started and is in progress


Failed

1
Failed = 2

Action failed to complete


Finished

1
Finished = 3

Action completed successfully


Canceled

1
Canceled = 4

Action was cancelled by user or system