Enum Action.CanMultitaskResult
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 = 0Returned for an action that cannot multitask with another action.
YesIfBoth = 1Returned for an action that can multitask with another action iff the other action also returns YesIfBoth.
YesForce = 2Returned for an action that can multitask with another action, regardless of the other action's return value.