ORKTremorActiveTaskOption Constants Reference
Declared in | ORKTypes.h |
---|
ORKTremorActiveTaskOption
The ORKTremorActiveTaskOption
flags let you exclude particular steps from the predefined active
tasks in the predefined Tremor ORKOrderedTask
.
By default, all predefined active tasks will be included. The tremor active task option flags can be used to explicitly specify that an active task is not to be included.
Definition
typedef NS_OPTIONS(NSUInteger, ORKTremorActiveTaskOption ) {
ORKTremorActiveTaskOptionNone = 0,
ORKTremorActiveTaskOptionExcludeHandInLap = ( 1 < < 0 ),
ORKTremorActiveTaskOptionExcludeHandAtShoulderHeight = ( 1 < < 1 ),
ORKTremorActiveTaskOptionExcludeHandAtShoulderHeightElbowBent = ( 1 < < 2 ),
ORKTremorActiveTaskOptionExcludeHandToNose = ( 1 < < 3 ),
ORKTremorActiveTaskOptionExcludeQueenWave = ( 1 < < 4 ),
};
Constants
ORKTremorActiveTaskOptionNone
-
Default behavior.
Declared In
ORKTypes.h
. ORKTremorActiveTaskOptionExcludeHandInLap
-
Exclude the hand-in-lap steps.
Declared In
ORKTypes.h
. ORKTremorActiveTaskOptionExcludeHandAtShoulderHeight
-
Exclude the hand-extended-at-shoulder-height steps.
Declared In
ORKTypes.h
. ORKTremorActiveTaskOptionExcludeHandAtShoulderHeightElbowBent
-
Exclude the elbow-bent-at-shoulder-height steps.
Declared In
ORKTypes.h
. ORKTremorActiveTaskOptionExcludeHandToNose
-
Exclude the elbow-bent-touch-nose steps.
Declared In
ORKTypes.h
. ORKTremorActiveTaskOptionExcludeQueenWave
-
Exclude the queen-wave steps.
Declared In
ORKTypes.h
.
Declared In
ORKTypes.h