public sealed class EnvironmentActionResultContains the complete result of an environment mutation request.
Members
SucceededGets whether the complete request succeeded.propertyStatusGets the stable machine-readable outcome.propertyMessageGets a player- and developer-readable explanation.propertySucceeded
propertypublic bool Succeeded => Status == EnvironmentActionStatus.SuccessGets whether the complete request succeeded.
Status
propertypublic EnvironmentActionStatus StatusGets the stable machine-readable outcome.
Message
propertypublic string MessageGets a player- and developer-readable explanation.