Table of Contents

Enum Action.CanMultitaskResult

Namespace
TinyLife.Actions
Assembly
TinyLife.dll

An enumeration type used for CanMultitask(Action), which determines whether an Action can multitask with another action.

public enum Action.CanMultitaskResult
Extension Methods

Fields

No = 0

Returned for an action that cannot multitask with another action.

YesIfBoth = 1

Returned for an action that can multitask with another action iff the other action also returns YesIfBoth.

YesForce = 2

Returned for an action that can multitask with another action, regardless of the other action's return value.