ORKPredefinedTaskLimbOption Constants Reference

Declared in ORKTypes.h

ORKPredefinedTaskLimbOption

Values that identify the left or right limb to be used in an active task.

Definition

typedef NS_OPTIONS(NSUInteger, ORKPredefinedTaskLimbOption ) {
   ORKPredefinedTaskLimbOptionUnspecified = 0,
   ORKPredefinedTaskLimbOptionLeft = 1 < < 1,
   ORKPredefinedTaskLimbOptionRight = 1 < < 2,
   ORKPredefinedTaskLimbOptionBoth = ORKPredefinedTaskLimbOptionLeft | ORKPredefinedTaskLimbOptionRight,
};

Constants

ORKPredefinedTaskLimbOptionUnspecified

Which limb to use is undefined

Declared In ORKTypes.h.

ORKPredefinedTaskLimbOptionLeft

Task should test the left limb

Declared In ORKTypes.h.

ORKPredefinedTaskLimbOptionRight

Task should test the right limb

Declared In ORKTypes.h.

ORKPredefinedTaskLimbOptionBoth

Task should test the both limbs (random order)

Declared In ORKTypes.h.

Declared In

ORKTypes.h