RecordingState

RecordingState ⇐ Const

Kind: static class
Extends: Const

RecordingState()

Enumeration of Recording states.

CREATED : number

The Record has been created

Kind: static constant of RecordingState

ADDED : number

The Record has been added

Kind: static constant of RecordingState

STARTED : number

The Record started

Kind: static constant of RecordingState

PARTIALLY_COMPLETED : number

The Record is partially completed

Kind: static constant of RecordingState

COMPLETED : number

The Record has been completed

Kind: static constant of RecordingState

CANCELLED : number

The Record has been cancelled

Kind: static constant of RecordingState

DELETED : number

The Record has been deleted

Kind: static constant of RecordingState

ERROR : number

An error occured

Kind: static constant of RecordingState