Determine if a DOFOperationControl has delay behavior enabled or disabled.
- Parameters
-
self | The operationControl. This must not be NULL. |
- Returns
- A boolean describing whether this operationControl has delay behavior enabled or not.
- Return values
-
TRUE | self is valid and has delay behavior enabled. |
FALSE | self is valid and has delay behavior disabled. |
- Exceptions
-
FALSE | is returned if self is NULL. |