Property Recording
Recording
Tests if there is a recording session currently running.
Declaration
public bool Recording { get; protected set; }
Property Value
| Type | Description |
|---|---|
| bool | True if a recording session is currently active, False otherwise. |
Tests if there is a recording session currently running.
public bool Recording { get; protected set; }
| Type | Description |
|---|---|
| bool | True if a recording session is currently active, False otherwise. |