Gets a value indicating whether this instance is cued.

Namespace:  GrassValley.Mseries.Control
Assembly:  GrassValley.Mseries.Control (in GrassValley.Mseries.Control.dll) Version: 1.0.0.0

Syntax

C#
public bool IsCued { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsCued As Boolean
Visual C++
public:
virtual property bool IsCued {
	bool get () sealed;
}

Field Value

true if this instance is cued; otherwise, false.

Implements

ISimplePlayerRecorder..::.IsCued

See Also