Enum CompletionType
An enumeration that represents the various states that an Action can be in.
Namespace: TinyLife.Actions
Assembly: Tiny Life.dll
Syntax
public enum CompletionType
Fields
Name | Description |
---|---|
Active | A completion type that represents an active action |
Canceled | A completion type that represents an action that has been canceled by an outside source |
Completed | A completion type that represents a completed action |
Failed | A completion type that represents an action that has failed to complete |