Click or drag to resize

ArticyDatabaseIsDatabaseAvailable Method

Determines if the database is ready to be used.

Namespace:  Articy.Unity
Assembly:  ArticyRuntime (in ArticyRuntime.dll) Version: 1.0.3
Syntax
C#
public static bool IsDatabaseAvailable()

Return Value

Type: Boolean
true if database is loaded and available; otherwise, false.
See Also