# Documentation: StudioEventEmitter::IsActive is not a method

**URL:** https://qa.fmod.com/t/documentation-studioeventemitter-isactive-is-not-a-method/17195
**Category:** Unity
**Created:** [May 13, 2021, 1:42pm UTC](https://qa.fmod.com/t/documentation-studioeventemitter-isactive-is-not-a-method/17195 "2021-05-13T13:42:14Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![paul.masristone](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/paul.masristone/32/2165_2.png) [@paul.masristone](https://qa.fmod.com/u/paul.masristone)
#### Post date: [May 13, 2021, 1:42pm UTC](https://qa.fmod.com/t/documentation-studioeventemitter-isactive-is-not-a-method/17195/1 "2021-05-13T13:42:14Z")

</div>

According to [documentation for StudioEventEmitter::IsActive (2.1)](https://www.fmod.com/resources/documentation-unity?version=2.1&page=api-studioeventemitter.html#studioeventemitter_isactive), IsActive is a method:

```
bool IsActive();

```

However on testing, I believe it is actually a property

```
bool IsActive;

```

Am I mistaken??

---

<div class="post-metadata">

### Author: ![paul.masristone](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/paul.masristone/32/2165_2.png) [@paul.masristone](https://qa.fmod.com/u/paul.masristone)
#### Post date: [May 13, 2021, 1:52pm UTC](https://qa.fmod.com/t/documentation-studioeventemitter-isactive-is-not-a-method/17195/2 "2021-05-13T13:52:05Z")

</div>

I’ve checked the source code and it is indeed a property not a method:

```
public bool IsActive { get; private set; }
```

---

<div class="post-metadata">

### Author: ![cameron-fmod](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/cameron-fmod/32/261_2.png) [@cameron-fmod](https://qa.fmod.com/u/cameron-fmod)
#### Post date: [May 18, 2021, 11:19pm UTC](https://qa.fmod.com/t/documentation-studioeventemitter-isactive-is-not-a-method/17195/3 "2021-05-18T23:19:08Z")

</div>

Thank you for bringing this to our attention, I have added a task to fix this in an upcoming release.
