Inherits from OALAction
Declared in OALUtilityActions.h

Overview

A set of actions that get run concurrently.

Tasks

Properties

actions

The actions which will be run.

@property (readwrite, retain, nonatomic) NSMutableArray *actions

Declared In

OALUtilityActions.h

Class Methods

actions:

Create an action.

+ (id)actions:(OALAction *)actions, ...

Parameters

actions

The comma separated list of actions.

NS_REQUIRES_NIL_TERMINATION

List of actions must be terminated by a nil.

Return Value

A new set of concurrent actions.

Declared In

OALUtilityActions.h

actionsFromArray:

Create an action.

+ (id)actionsFromArray:(NSArray *)actions

Parameters

actions

The actions to run.

Return Value

A new set of concurrent actions.

Declared In

OALUtilityActions.h

Instance Methods

initWithActions:

Initialize an action.

- (id)initWithActions:(NSArray *)actions

Parameters

actions

The actions to run.

Return Value

The initialized set of concurrent actions.

Declared In

OALUtilityActions.h