Documentation: StudioEventEmitter::IsActive is not a method

According to documentation for StudioEventEmitter::IsActive (2.1), IsActive is a method:

bool IsActive();

However on testing, I believe it is actually a property

bool IsActive;

Am I mistaken??

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

public bool IsActive { get; private set; }

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

1 Like