VideoXpert SDK  2.0
A software development kit for third party vendors to integrate with the VideoXpert platform
VxSdk::VxLogCreationStatus Struct Reference

Values that represent status of creating a quick log. More...

#include <VxPrimitives.h>

Public Types

enum  Value {
  kUnknown,
  kInProgress,
  kFailed,
  kSuccessful
}
 

Detailed Description

Values that represent status of creating a quick log.

Definition at line 422 of file VxPrimitives.h.

Member Enumeration Documentation

Enumerator
kUnknown 

An error or unknown value was returned.

kInProgress 

The log creation is in progress.

kFailed 

The log failed to be created.

kSuccessful 

The log has successfully been created.

Definition at line 423 of file VxPrimitives.h.

423  {
425  kUnknown,
427  kInProgress,
429  kFailed,
432  };
An error or unknown value was returned.
Definition: VxPrimitives.h:425
The log creation is in progress.
Definition: VxPrimitives.h:427
The log has successfully been created.
Definition: VxPrimitives.h:431
The log failed to be created.
Definition: VxPrimitives.h:429

The documentation for this struct was generated from the following file: