Skip to main content

ODTranscriptCompilerInitResult interface

under construction

We are still working the API Reference! This page might be incomplete or doesn't contain all details!

Overview

This is the result which is returned by the init() function.

View Source

Properties


errorReason type null|string

When not successfull, what was the reason? This will also be shown to the user.

View Source


pendingMessage type null|api.ODMessageBuildResult

An optional message which will be sent while the transcript is being generated.

View Source


success boolean boolean

Was the initialization successfull?

View Source