SenseRecorder.IsRecording Property

Returns whether the recorder is currently recording or not.

Namespace: Lumia.Sense.Testing
Assembly: Lumia.Sense.Testing (in Lumia.Sense.Testing.dll) Version: 255.255.255.255

Syntax

public bool IsRecording { get; }
'Declaration
Public ReadOnly Property IsRecording As Boolean
    Get
public:
virtual property bool IsRecording {
    bool get () sealed;
}
function get_IsRecording();

Return Value

Type: Boolean
true if the recorder is currently recording, false otherwise

See Also

SenseRecorder Class

SenseRecorder.SenseRecorder Members

Lumia.Sense.Testing Namespace