CbpExecutionStrategy
An enumerated integer-value describing how to execute an ordered set of actions: 'other' The implementation of the MIB using this textual convention does not recognize the specified execution strategy. 'doUntilSuccess' The system sequentially executes the actions in the set until one succeeds. 'doUntilFailure' The system sequentially executes the actions in the set until one fails. 'doAll' The system sequentially executes all actions in the set, regardless of whether they succeed or fail.
Possible values
4 objects| Number | Name |
|---|---|
| 1 | other |
| 2 | doUntilSuccess |
| 3 | doUntilFailure |
| 4 | doAll |