Table of Contents

Enum CompletionType

Namespace
TinyLife.Actions
Assembly
Tiny Life.dll

An enumeration that represents the various states that an Action can be in.

public enum CompletionType
Extension Methods

Fields

Active = 0

A completion type that represents an active action.

Canceled = 3

A completion type that represents an action that has been canceled either internally or by an outside source. If an action should cancel due to a missing object or any other kind of unexpected state, Failed should be used.

Completed = 1

A completion type that represents a completed action.

Failed = 2

A completion type that represents an action that has failed to complete. Actions that fail additionally cause an Emote from the Unable category to be displayed on a Person.