Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration QueryStatus

Represents the status of a query.

Index

Enumeration members

Aborted

Aborted: = "aborted"

Indicates that the query was aborted while executing.

Closed

Closed: = "closed"

Indicates that a connection was closed during execution of the query.

Completed

Completed: = "completed"

Indicates that the query completed but the outcome was unknown.

Errors

Errors: = "errors"

Indicates that the query completed with errors.

Fatal

Fatal: = "fatal"

Indicates that the query stopped with fatal errors.

Running

Running: = "running"

Indicates the query is still running.

Stopped

Stopped: = "stopped"

Indicates that the query was stopped.

Success

Success: = "success"

Indicates that the query completed successfully.

Timeout

Timeout: = "timeout"

Indicates that the query timed out during execution.

Unknown

Unknown: = "unknown"

Indicates that the status of the query is unknown.

Generated using TypeDoc