Status Class

Summary

Static constants to describe the status of objects.
Assembly
Db4objects.Db4o-2010.dll
Namespace
Db4objects.Db4o.Ext
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["Status"] class Type type-node

Syntax

public class Status

Remarks

Static constants to describe the status of objects.

Fields

Name Constant Value Summary
Available -2
static
Completed -4
static
Error -99
static
Processing -5
static
Queued -3
static
Unused -1
static