Skip to main content

@wildix/wda-insights-client > InsightsStatus

InsightsStatus variable

Signature:

InsightsStatus: {
readonly FAILED: "FAILED";
readonly NONE: "NONE";
readonly SCHEDULED: "SCHEDULED";
readonly STARTED: "STARTED";
readonly SUCCEEDED: "SUCCEEDED";
readonly UNAVAILABLE: "UNAVAILABLE";
}