---
title: disableActions()
framework: quartzcore
role: symbol
role_heading: Type Method
path: quartzcore/catransaction/disableactions()
---

# disableActions()

Returns whether actions triggered as a result of property changes made within this transaction group are suppressed.

## Declaration

```swift
class func disableActions() -> Bool
```

## Return Value

Return Value true if actions are disabled.

## Discussion

Discussion This is a convenience method that returns the boolValue for the value(forKey:) value returned by the  kCATransactionDisableActions key.

## See Also

### Temporarily Disabling Property Animations

- [setDisableActions(_:)](quartzcore/catransaction/setdisableactions(_:).md)
